-
141 style
1. n стиль; слог, способ выражения2. n манера; стильbusiness letter style — деловой стиль; стиль делового письма
a style patented by Conrad — стиль, характеризующий Конрада
base-line style of the game — стиль игры «у задней линии»
ample style — пространная манера изложения, многословие
3. n направление, школа4. n вкус, изящество; оригинальность; роскошь, шик, блеск5. n фасон, мода6. n сорт, вид, разновидность, род7. n титул; званиеto be entitled to the style of … — иметь право на титул …
8. n зарегистрированное название фирмыthis business was established in 1856 under the style of Rich and Sons — эта фирма была основана в 1856 под названием «Рич и сыновья»
9. n граммофонная игла10. n гравировальная игла; резец11. n полигр. рисунок12. n бот. столбик; пестик13. n гномон14. n мед. стилет, игла15. v именовать, называтьso, at least, he is styled — так его, по крайней мере, называют
16. v величать, титуловатьshould she be styled Miss Smith or Lady Mary Smith? — как её величать — мисс Смит или леди Мери Смит?
17. v конструировать; проектировать; создавать дизайнnew cars styled by Italian experts — новые автомобили, оформленные итальянскими дизайнерам и
18. v гравировать19. v вводить в моду; шить по моде20. v модернизировать, приводить в соответствие с существующей нормойСинонимический ряд:1. affluence (noun) affluence; comfort; elegance; luxury2. air (noun) air; bearing; demeanour; manner; mien; presence3. charm (noun) charm; class; grace; savoir faire; йlan4. fashion (noun) approach; bandwagon; chic; craze; cry; dernier cri; eclat; elan; fad; fashion; form; furore; method; mode; rage; smartness; system; technique; thing; ton; tone; trend; vein; vogue; way; wise5. name (noun) appellation; appellative; cognomen; compellation; denomination; designation; name; nomen; rubric; title6. type (noun) appearance; character; characteristic; kind; mark; sort; touch; type7. arrange (verb) arrange; contrive; design; fashion8. name (verb) baptise; baptize; call; characterise; characterize; christen; denominate; designate; dub; entitle; label; name; tag; term; titleАнтонимический ряд:awkwardness; poverty
См. также в других словарях:
Type system — Type systems Type safety Inferred vs. Manifest Dynamic vs. Static Strong vs. Weak Nominal vs. Structural Dependent typing Duck typing Latent typing Linear typing Uniqueness typing … Wikipedia
Method overriding — Method overriding, in object oriented programming, is a language feature that allows a subclass or child class to provide a specific implementation of a method that is already provided by one of its superclasses or parent classes. The… … Wikipedia
Method overloading — is a feature found in various programming languages such as Ada, C#, C++ and Java that allows the creation of several functions with the same name which differ from each other in terms of the type of the input and the type of the output of the… … Wikipedia
Type signature — is a term that is used in computer programming.A type signature defines the inputs and outputs for a function or method. A type signature includes at least the function name and the number of its parameters. In some programming languages, it may… … Wikipedia
Method overriding (programming) — Method overriding, in object oriented programming, is a language feature that allows a subclass to provide a specific implementation of a method that is already provided by one of its superclasses. The implementation in the subclass overrides… … Wikipedia
method — method, mode, manner, way, fashion, system are comparable when they denote the means taken or the plan or procedure followed in doing a kind of work or in achieving an end. Method may denote either an abstraction or a concrete procedure, but in… … New Dictionary of Synonyms
Type design — is the art of designing typefaces. Although the technology of printing text using movable type was invented in China, and despite the esteem which calligraphy held in that civilization, the vast number of Chinese characters meant that few… … Wikipedia
Type generalization — is a technique commonly used in refactoring. The idea is to draw on the benefits of object orientation and make more generalized types, thus enabling more code sharing, leading to better maintainability as there is less code to write. Too general … Wikipedia
Type polymorphism — In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface. The concept of parametric polymorphism applies to both data types and functions. A function… … Wikipedia
Method (computer programming) — In object oriented programming, a method is a subroutine (or procedure or function) associated with a class. Methods define the behavior to be exhibited by instances of the associated class at program run time. Methods have the special property… … Wikipedia
Method signature — In computer programming, especially object oriented programming, a method is commonly identified by its unique method signature, which usually includes the method name, and the number, types and order of its parameters.[1] A method signature is… … Wikipedia