-
21 class
= class typeкласс, тип объектаодно из основных понятий ООП. Класс - это объявление структуры данных, объединяющее объекты с одинаковыми свойствами (полями) и методами (поведением). Такие объекты называются экземплярами этого класса и обычно соответствуют сущностям реального мира в деловой или предметной области (то есть это могут быть, например, люди, должности или предметы). Иначе можно сказать, что из определения класса (class definition) в программе можно создать любое количество объектов. Класс иногда называют типом объектов, так как идея объединения в объекте функций с данными тесно связана с понятием типа данных (data type) в процедурных ЯВУ. Класс может наследовать свойства других классов. Свойства объектов могут быть трёх видов: атрибуты (см. attribute), или поля, процедуры или услуги, предоставляемые объектом (см. method) и правила (инварианты), устанавливающие взаимосвязи свойств объекта или определяющие условия его жизнеспособности.When you need to use the class, you must create an instance of the object (W. Rubin). — Чтобы применить данный класс, необходимо создать экземпляр объекта (см. invariant) см. тж. abstract class, abstract data type, anonymous class, base class, class diagram, class file, class hierarchy, class invariant, classless inheritance, class interface, class library, class loader, class member, class method, class-oriented, class structure, class variable, concrete class, derived class, final class, friend, inheritance, instance, metaclass, object type, OOP, parameterized class, subclass, superclass, template class
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > class
-
22 graph
1) график; диаграмма; кривая; номограмма2) граф3) лингв. вариант графемы•- acyclic graph
- alternating graph
- AND-OR graph
- bar graph - bipartite graph
- bunch graph
- Caley graph
- circuit-free graph
- circulant graph
- circular graph
- closed graph
- color graph
- complementary graph
- complete graph
- computation graph
- connected graph
- connectivity graph
- control flow graph
- data flow program graph
- data-flow graph - directed graph
- E-graph
- extremal graph
- finite graph
- flat graph
- flow graph
- game graph
- harward graph
- indirected graph
- infinite graph
- information graph
- irregular graph
- labeled graph
- line graph
- linear graph
- locally finite graph
- marked points graph
- monochromatic graph
- multidimensional graph
- N-chromatic graph
- network graph
- net graph
- node-symmetric graph
- object graph
- ordered graph
- oriented graph
- pattern graph
- planar graph
- processing graph
- product graph
- regular graph of degree N
- regular graph
- scene graph
- section graph
- signal-flow graph
- singular graph
- software graph
- spectral decision graph
- stacked bar graph
- stacked graph
- state graph
- strongly connected graph
- task graph
- total graph
- transaction graph
- transition graph
- tree graph
- two-dimensional graph
- undirected graph
- vertex-weighted graph
- weighted directed graph
- word graphEnglish-Russian dictionary of computer science and programming > graph
- 1
- 2
См. также в других словарях:
Object-Oriented Software Construction — … Wikipedia
Inheritance (object-oriented programming) — In object oriented programming (OOP), inheritance is a way to reuse code of existing objects, establish a subtype from an existing object, or both, depending upon programming language support. In classical inheritance where objects are defined by … Wikipedia
Comparison of programming languages (object-oriented programming) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
Constructor (object-oriented programming) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations … Wikipedia
List of object-oriented programming terms — Those words found in object oriented programming. Some are related to OOP and some not. A * Abstract class (also called deferred class) * Abstract method * Abstraction (computer science) * Access control * Accessor method * Allocated class *… … Wikipedia
Data modeling — The data modeling process. The figure illustrates the way data models are developed and used today. A conceptual data model is developed based on the data requirements for the application that is being developed, perhaps in the context of an… … Wikipedia
Object Management Group — Formation 1989 Headquarters Needham, Massachusetts Website … Wikipedia
Data model — Overview of data modeling context: A data model provides the details of information to be stored, and is of primary use when the final product is the generation of computer software code for an application or the preparation of a functional… … Wikipedia
Object copy — An object copy is an action in computing where a data object has its attributes copied to another object of the same data type. An object is a composite data type in object oriented programming languages. The copying of data is one of the most… … Wikipedia
Base de données orientée objet — Système de gestion de Base de données Modèles: Base de données hiérarchique Base de données réseau Base de données relationnelle Base de données orientée objet Base de données orientée documents … Wikipédia en Français
Microsoft Data Access Components — MDAC redirects here. For other uses, see MDAC (disambiguation). MDAC (Microsoft Data Access Components) Microsoft Corporation s MDAC provides a uniform framework for accessing a variety of data sources on their Windows platform. Developer(s)… … Wikipedia