English | Russian |
A constructor is a good example of a method that is shared by all instances of a class | Конструктор – это хороший пример метода, совместно используемого всеми экземплярами класса (ssn) |
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) |
call of a method of an instance of another class | вызов метода экземпляра другого класса (ssn) |
call of a method of an instance of another class | вызов метода из экземпляра другого класса (ssn) |
call of a method of the own class instance | вызов метода из экземпляра собственного класса (ssn) |
class of instances | класс экземпляров (ssn) |
class that is used to create instances of another class | класс, используемый для создания экземпляров другого класса (ssn) |
create a new instance of a class | создавать новый экземпляр класса (Alex_Odeychuk) |
creating instances of enterprise bean classes | создание экземпляров классов объектов EJB (ssn) |
current instance of the class | текущий экземпляр класса (ssn) |
declaration of class instance | объявление экземпляра класса (ssn) |
declaration of class instance with default initialization | объявление экземпляра класса с неявной инициализацией (ssn) |
declaration of class instance with initialization of its public variables | объявление экземпляра класса с инициализацией его общих переменных (ssn) |
declarations of the instance and class methods | объявления методов экземпляров и классов (ssn) |
direct instance of a class | прямой экземпляр класса (объект данного класса ssn) |
every object is an instance of some class | каждый объект является экземпляром некоторого класса (объектный принцип (object rule) ssn) |
external call of a method of an instance of another class | внешний вызов метода экземпляра другого класса (ssn) |
external call of a method of an instance of another class | внешний вызов метода из экземпляра другого класса (ssn) |
if the referenced instance is of a class or function block type that implements the interface, the result is a valid reference to this instance | если экземпляр, на который дана ссылка, принадлежит классу или типу функционального блока, реализующего интерфейс, то результат является действительной ссылкой на данный экземпляр (см. IEC 61131-3:2013 ed. 3.0 Programmable Controllers – Programming Languages ssn) |
in EJB programming, an interface that specifies the methods used by local clients for locating, creating, and removing instances of enterprise bean classes | в модели программирования EJB – интерфейс, описывающий методы, применяемые локальными клиентами для поиска, создания и удаления экземпляров классов объектов EJB (см. local home interface) |
in EJB programming, an interface that specifies the methods used by local clients for locating, creating, and removing instances of enterprise bean classes | в модели программирования EJB интерфейс, описывающий методы, применяемые локальными клиентами для поиска, создания и удаления экземпляров классов объектов EJB (см. local home interface) |
in programs written in the Java programming language, an instance of a class is created using the new operator followed by the class name | в программах на языке Java экземпляр класса создаётся с помощью оператора new, за которым следует имя класса |
individual objects, which are instances of the class, are instantiated as required at execution time | индивидуальные объекты, являющиеся экземплярами класса, создаются при необходимости во время выполнения (ssn) |
initialize an instance of the aspect class | инициализировать экземпляр класса-аспекта (Alex_Odeychuk) |
instance methods of a class | методы экземпляра определённого класса (ssn) |
instance methods of the class metaclass | метод экземпляра класса метакласса (Alex_Odeychuk) |
instance of a class | представитель класса (ssn) |
instance of a class | экземпляр класса (ssn) |
instance of a template engine class | экземпляр класса-шаблонизатора (Alex_Odeychuk) |
instance of class | экземпляр класса (объект данного класса или потомка данного класса ssn) |
instance of some class | экземпляр некоторого класса (ssn) |
instance of the class | экземпляр класса (ssn) |
instance variable of the class metaclass | переменная экземпляра класса метакласса (Alex_Odeychuk) |
instances of another class | экземпляры другого класса (ssn) |
instances of enterprise bean classes | экземпляры классов объектов EJB (ssn) |
instances of predefined library classes | экземпляры предопределённых библиотечных классов (ssn) |
instances of the class | экземпляры класса (ssn) |
internal call of a method of the own class instance | внутренний вызов метода из экземпляра собственного класса (ssn) |
locating, creating, and removing instances of enterprise bean classes | поиск, создание и удаление экземпляров классов объектов EJB (ssn) |
locating instances of enterprise bean classes | поиск экземпляров классов объектов EJB (ssn) |
method that is shared by all instances of a class | метод, совместно используемый всеми экземплярами класса (ssn) |
methods used by local clients for locating, creating, and removing instances of enterprise bean classes | методы, применяемые локальными клиентами для поиска, создания и удаления экземпляров классов объектов EJB (ssn) |
mix in a trait dynamically when creating a new instance of a class | выполнять динамическое подмешивание типажа при создании нового экземпляра класса (Alex_Odeychuk) |
name of the external class instance | имя экземпляра внешнего класса (ssn) |
new instance of the class | созданный экземпляр класса (ssn) |
removing instances of enterprise bean classes | удаление экземпляров классов объектов EJB (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) |
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) |