-
1 object class
A category of objects that share a common set of characteristics. -
2 object identifier
"A number that identifies an object class or attribute. Object identifiers (OIDs) are organized into an industry-wide global hierarchy. An object identifier is represented as a dotted decimal string, such as 1.2.3.4, with each dot representing a new branch in the hierarchy. National/regional registration authorities issue root object identifiers to individuals or organizations, who manage the hierarchy below their root object identifier."معرّف الكائنات -
3 class module
A module that can contain the definition for a new object. Each instance of a class creates a new object. Procedures defined in the module become properties and methods of the object. -
4 class factory
"An object that implements the IClassFactory interface, which enables it to create objects of a specific class." -
5 composite object
"A high-level object made of tightly bound parts. A composite object is an instance of a composite class, which implies the composition aggregation between the class and its parts." -
6 implementation class
"In a static structure diagram, a class that defines the physical data structures and procedures of an object as implemented in a traditional programming language, such as C++. An object may have only one implementation class." -
7 derived class
"In object-oriented programming, a class created from another class, called the base class. A derived class inherits all the features of its base class. It can then add data elements and routines, redefine routines from the base class, and restrict access to base-class features." -
8 attribute class
A container object that groups related attributes within an object type. -
9 permission object
"An instance of a permission class that represents access rights to resources or identity. A permission object can be used to specify a request, demand, or a grant of permission." -
10 Microsoft Foundation Class Library
A library of C++ classes that forms an object-oriented wrapper around large portions of the Windows API and provides a framework on which to build applications.English-Arabic terms dictionary > Microsoft Foundation Class Library
-
11 My object
"In Visual Basic, the feature that makes programming faster and easier by giving you intuitive access to commonly needed objects in the.Net Framework Base Class Library." -
12 mock object
A class used as a proxy for gaining greater code coverage in unit testing. -
13 COM object
An instance of a COM class. -
14 schema
"The set of definitions for the universe of objects that can be stored in a directory. For each object class, the schema defines which attributes an instance of the class must have, which additional attributes it can have, and which other object classes can be its parent object class." -
15 OID
"A number that identifies an object class or attribute. Object identifiers (OIDs) are organized into an industry-wide global hierarchy. An object identifier is represented as a dotted decimal string, such as 1.2.3.4, with each dot representing a new branch in the hierarchy. National/regional registration authorities issue root object identifiers to individuals or organizations, who manage the hierarchy below their root object identifier." -
16 container
"A directory object that can contain other directory objects. In Active Directory, the schema definition of each object class determines the types of objects that can be containers of instances of the class." -
17 Active Directory schema
"The set of definitions of every object class that can be created in Active Directory, as well as the definitions of every attribute that can be assigned to that object class." -
18 Electronic Product Code
"A standard for electronically marking products so that they can be tracked by using radio frequency identification (RFID). An EPC is 96 bits divided into four partitions: header, manager number, object class, and serial number." -
19 EPC
"A standard for electronically marking products so that they can be tracked by using radio frequency identification (RFID). An EPC is 96 bits divided into four partitions: header, manager number, object class, and serial number." -
20 instance
"An object in relation to the class to which it belongs. For example, an object myList that belongs to a class List is an instance of the class List."
- 1
- 2
См. также в других словарях:
Information Object Class (ASN.1) — ASN.1 Information Object Class is a concept widely used in ASN.1 specifications to address issues related to protocol specification similar to issues addressed by CORBA/IDL specifications.Information Object Classes are used for example to specify … Wikipedia
Object-oriented programming — Programming paradigms Agent oriented Automata based Component based Flow based Pipelined Concatenative Concurrent computing … Wikipedia
Object lifetime — In computer science, the object lifetime (or life cycle) of an object in object oriented programming is the time between an object s creation (also known as instantiation or construction) till the object is no longer used, and is destructed or… … 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
Class invariant — This article is about class invariants in computer programming, for use of the term in mathematics, see equivalence class and invariant. In computer programming, specifically object oriented programming, a class invariant is an invariant used to… … Wikipedia
Object identifier — In computing, an object identifier or OID is an identifier used to name an object (compare URN). Structurally, an OID consists of a node in a hierarchically assigned namespace, formally defined using the ITU T s ASN.1 standard.[citation needed]… … 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
Object Pascal — Семантика: императивная Класс языка: мультипарадигмальный: императивный, структурный, объектно ориентированный, обобщённый[1], процедурный Тип исполнения: компилируемый … Википедия
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-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-oriented modeling — (OOM), also called object oriented programming (OOP) is a modeling paradigm mainly used in computer programming. Prior to the rise of OOM, the dominant paradigm was procedural programming, which emphasized the use of discrete reusable code blocks … Wikipedia