DictionaryForumContacts

   English
Terms for subject Programming containing object instance | all forms | exact matches only | in specified order only
EnglishRussian
aggregation relationship: The relationship of an aggregate object to its parts. A class defines this relationship for its instances e.g., aggregate objectsотношение агрегирования: отношение агрегата и его частей. Класс определяет такое отношение для своих экземпляров, то есть агрегированных объектов (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn)
an object belonging to the set of objects described by an ADT specification is called an instance of the ADTОбъект, принадлежащий множеству объектов, описываемых спецификацией АТД, называется экземпляром этого АТД (см. Object-Oriented Software Construction second edition by Bertrand Meyer ssn)
class instance without a given object nameнеименованный экземпляр класса (ssn)
class instances without a given object nameнеименованные экземпляры класса (ssn)
Each object gets its own set of instance variablesкаждый объект получает свой собственный набор переменных экземпляра (см. Agile Web Development with Rails Fourth Edition by Sam Ruby, Dave Thomas and David Heinemeier Hansson 2011 ssn)
every object is an instance of some classкаждый объект является экземпляром некоторого класса (объектный принцип (object rule) ssn)
individual objects, which are instances of the class, are instantiated as required at execution timeиндивидуальные объекты, являющиеся экземплярами класса, создаются при необходимости во время выполнения (ssn)
instance objectобъект-экземпляр (ssn)
instance of a metadata objectэкземпляр объекта метаданных (ssn)
instance of an objectобъект-экземпляр (класса; см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn)
instances of independent programming objectsэкземпляры независимых программных объектов (ssn)
mocked instance of the dependent objectимитирующий экземпляр объекта-зависимости (Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk)
object instanceэкземпляр класса (ssn)
object instance attributeатрибут экземпляра объекта (ssn)
object instance stateсостояние экземпляра объекта (ssn)
qualifying the name of the object to be located or initialized with the complete hierarchical concatenation of instance namesопределение имени объекта для расположения или инициализации с полной иерархической конкатенацией имён экземпляров (ssn)
relative object instanceотносительный экземпляр объекта (ssn)
selected object instance attributeвыбранный атрибут экземпляра объекта (ssn)
similar instances of an objectподобные объекты-экземпляры (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides ssn)
Some objects are shown in the figures as class instances without a given object name – for example, : CheckingAccountИногда объекты на рисунках показаны как неименованные экземпляры класса, например: CheckingAccount (см. Software Modeling and Design by Hassan Gomaa 2011 ssn)
the object is said to be an instance of the classГоворят, что объект является экземпляром класса (см. Design Patterns: Elements of Reusable Object-Oriented Software by Erich Gamma, Richard Helm, Ralph Johnson, John M. Vlissides)
the type of this record of instance variables is called the representation type of the objectТип этой записи, содержащей переменные экземпляра, называется типом представления объекта (см. "Types and Programming Languages" by Benjamin C. Pierce 2002)
valid method names of an instance objectдействительные имена методов объекта-экземпляра (ssn)
Valid method names of an instance object depend on its classДействительные имена методов объекта-экземпляра зависят от его класса (см. An Introduction to Python – The Python Tutorial version 3.2 by Guido van Rossum and Fred L. Drake 2011 ssn)