-
41 programming to an interface, not an implementation
Общая лексика: программирование в соответствии с интерфейсом, а не с реализацией (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides)Универсальный англо-русский словарь > programming to an interface, not an implementation
-
42 user interface classes
Программирование: классы интерфейса пользователя (см. Designing Concurrent, Distributed, and Real-time Applications with UML (Object Technology Series) by Hassan Gomaa)Универсальный англо-русский словарь > user interface classes
-
43 connection point object
объект точки связи (в технологии Connectable Objects - исходящий интерфейс объекта (outgoing interface))English-Russian dictionary of computer science and programming > connection point object
-
44 class interface
интерфейсом объекта в языке Smalltalk является множество сообщений, которые могут быть посланы этому объекту и приняты им без сообщения об ошибке. Интерфейс объекта определяется его классом в виде списка сообщений, на которые каждый объект может ответитьАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > class interface
-
45 Messaging Application Programming Interface
A messaging architecture that enables multiple applications to interact with multiple messaging systems across a variety of hardware platforms. MAPI is built on the Component Object Model (COM) foundation.English-Arabic terms dictionary > Messaging Application Programming Interface
-
46 device interface object: An information hiding object that hides the characteristics of an I/O device and presents a virtual device interface to its users
Универсальный англо-русский словарь > device interface object: An information hiding object that hides the characteristics of an I/O device and presents a virtual device interface to its users
-
47 system interface object: An object that hides the interface to an external system or subsystem
Общая лексика: объект интерфейса системы: объект, который скрывает интерфейс с внешней системой или подсистемой (см. Designing Concurrent, Distributed, and Real-time App)Универсальный англо-русский словарь > system interface object: An object that hides the interface to an external system or subsystem
-
48 user interface object: An object that hides the details of the interface to a human user
Общая лексика: объект интерфейса пользователя: объект, который скрывает детали интерфейса с пользователем-человеком (см. Designing Concurrent, Distributed, and Real-time Appli)Универсальный англо-русский словарь > user interface object: An object that hides the details of the interface to a human user
-
49 An object's type is defined by its interface. An object's implementation is defined by its class
Общая лексика: Тип объекта определяется его интерфейсом, а реализация-классом (см. Designing Concurrent, Distributed, and Real-Time Applications with UML by Hassan Gom)Универсальный англо-русский словарь > An object's type is defined by its interface. An object's implementation is defined by its class
-
50 user-interface object
Большой англо-русский и русско-английский словарь > user-interface object
-
51 An object's interface is the set of operations it provides, as defined by the signatures of the operations
Общая лексика: Интерфейс объекта – это набор предоставляемых им операций, описываемый с помощью сигнатур (см. Designing Concurrent, Distributed, and Real-Tim)Универсальный англо-русский словарь > An object's interface is the set of operations it provides, as defined by the signatures of the operations
-
52 component: A concurrent self-contained object with a well-defined interface, capable of being used in different applications from that for which it was originally designed
Универсальный англо-русский словарь > component: A concurrent self-contained object with a well-defined interface, capable of being used in different applications from that for which it was originally designed
-
53 concurrent self-contained object with a well-defined interface
Универсальный англо-русский словарь > concurrent self-contained object with a well-defined interface
-
54 device interface object
Программирование: объект интерфейса устройстваУниверсальный англо-русский словарь > device interface object
-
55 information hiding [encapsulation]: The concept of encapsulating design decisions in objects in such a way that the object's interface reveals only what its users need to know
Универсальный англо-русский словарь > information hiding [encapsulation]: The concept of encapsulating design decisions in objects in such a way that the object's interface reveals only what its users need to know
-
56 input device interface object
Программирование: объект интерфейса устройства вводаУниверсальный англо-русский словарь > input device interface object
-
57 input/output device interface object
Программирование: объект интерфейса устройства ввода/выводаУниверсальный англо-русский словарь > input/output device interface object
-
58 one-object-at-a-time interface
1) Автоматика: интерфейс для одновременной связи (только) с одним объектомУниверсальный англо-русский словарь > one-object-at-a-time interface
-
59 output device interface object
Программирование: объект интерфейса устройства выводаУниверсальный англо-русский словарь > output device interface object
-
60 system interface object
Программирование: объект интерфейса системыУниверсальный англо-русский словарь > system interface object
См. также в других словарях:
Object Action Interface — Object Action Interface, also abbreviated as OAI, is an extension to the Graphical User Interface, especially related to Direct Manipulation User Interface. It emphasises upon how Direct Manipulation User Interface (DMUI) can help to create… … Wikipedia
Object-oriented design — OOD redirects here. OOD may also refer to Officer of the Deck, Officer of the day, or the Ood. Object oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem. It is one approach to… … Wikipedia
Object Linking and Embedding — (OLE) is a technology developed by Microsoft that allows embedding and linking to documents and other objects. For developers, it brought OLE Control eXtension (OCX), a way to develop and use custom user interface elements. On a technical level,… … Wikipedia
Object Windows Library — Developer(s) Originally Borland (now Codegear) Initial release 1991 Stable release OWLNext 6.30.9 / September 2, 2010; 14 months ago (2010 09 02) … Wikipedia
Object Desktop — ObjectBar used with DesktopX to create a theme Developer(s) Stardock … Wikipedia
Object-oriented analysis and design — (OOAD) is a software engineering approach that models a system as a group of interacting objects. Each object represents some entity of interest in the system being modeled, and is characterised by its class, its state (data elements), and its… … Wikipedia
Object Manager (Windows) — Object Manager in Windows, categorized hierarchically using namespaces Object Manager (internally called Ob) is a subsystem implemented as part of the Windows Executive which manages Windows resources. Each resource, which are surfaced as logical … Wikipedia
Object Management Group — Formation 1989 Headquarters Needham, Massachusetts Website … Wikipedia
Object Definition Language — (ODL) is the specification language defining the interface to object types conforming to the ODMG Object Model. Often abbreviated by the acronym ODL. This language s purpose is to define the structure of an Entity relationship diagram. Contents 1 … Wikipedia
Object Pascal — Paradigm(s) imperative, structured, object oriented, functional (Delphi dialect only) Appeared in 1986 (1986) Designed by Apple, Niklaus Wirth, Anders Hejlsberg … Wikipedia
Interface De Programmation — Pour les articles homonymes, voir API. Une interface de programmation (Application Programming Interface ou API) est un ensemble de fonctions, procédures ou classes mises à disposition des programmes informatiques par une bibliothèque logicielle … Wikipédia en Français