Sign in
|
English
|
Terms of Use
Dictionary
Forum
Contacts
Terms for subject
Programming
containing
class instance methods
|
all forms
|
in specified order only
English
Russian
A constructor is a good example of a method that is shared by all instances of a class
Конструктор – это хороший пример метода, совместно используемого всеми экземплярами класса
(
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 instance method
метод экземпляров классов
(
ssn
)
class instance methods
методы экземпляра класса
(
ssn
)
class's instance methods
методы экземпляра класса
(
ssn
)
declarations of the instance and class methods
объявления методов экземпляров и классов
(
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
)
instance and class methods
методы экземпляров и классов
(
ssn
)
instance methods of a class
методы экземпляра определённого класса
(
ssn
)
instance methods of the class metaclass
метод экземпляра класса метакласса
(
Alex_Odeychuk
)
internal call of a method of the own class instance
внутренний вызов метода из экземпляра собственного класса
(
ssn
)
method that is shared by all instances of a class
метод, совместно используемый всеми экземплярами класса
(
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
)
within a class body you can define class methods and instance methods
Внутри тела класса можно определить методы класса и методы экземпляра
(см.
Agile Web Development with Rails
Fourth Edition
by Sam Ruby
,
Dave Thomas and David Heinemeier Hansson
2011
)
Get short URL