
Nonstatic
UK
/nɒnˈstætɪk/
US
/nɑnˈstætɪk/

Translation nonstatic into russian
nonstatic
AdjectiveUK
/nɒnˈstætɪk/
US
/nɑnˈstætɪk/
The method is nonstatic and can be overridden in subclasses.
Метод нестатический и может быть переопределен в подклассах.
Definitions
nonstatic
AdjectiveUK
/nɒnˈstætɪk/
US
/nɑnˈstætɪk/
Not fixed or stable; subject to change or movement.
The nonstatic nature of the market requires constant monitoring and adaptation.
In computing, referring to a variable or method that is not associated with a class but with an instance of a class.
The nonstatic method can access instance variables and methods of the class.
Idioms and phrases
nonstatic variable
A nonstatic variable cannot be accessed from a static method.
нестатическая переменная
Нестатическая переменная не может быть доступна из статического метода.
nonstatic method
You need to create an instance to call a nonstatic method.
нестатический метод
Вам нужно создать экземпляр, чтобы вызвать нестатический метод.
nonstatic field
Nonstatic fields belong to the object, not the class.
нестатическое поле
Нестатические поля принадлежат объекту, а не классу.
nonstatic class member
Only nonstatic class members can access this property.
нестатический член класса
Только нестатические члены класса могут получить доступ к этому свойству.
nonstatic context
This command can only be used in a nonstatic context.
нестатический контекст
Эта команда может быть использована только в нестатическом контексте.