en

Nonstatic

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

Translation of "nonstatic" into Russian

nonstatic
Adjective
raiting
UK
/nɒnˈstætɪk/
US
/nɑnˈstætɪk/
nonstatic
more nonstatic Comp.
most nonstatic Super.
The method is nonstatic and can be overridden in subclasses.
Метод нестатический и может быть переопределен в подклассах.

Definitions

nonstatic
Adjective
raiting
UK
/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.
Changing with time; dynamic, especially of physical fields or conditions.
A nonstatic magnetic field can induce a voltage in a nearby conductor.

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.
нестатический контекст
Эта команда может быть использована только в нестатическом контексте.
nonstatic data structure
A nonstatic data structure is instantiated for each object.
нестатическая структура данных
Нестатическая структура данных создаётся для каждого объекта.
nonstatic block
In Java, you can use a nonstatic block to initialize instance variables.
нестатический блок
В Java вы можете использовать нестатический блок для инициализации переменных экземпляра.
nonstatic initializer
The nonstatic initializer runs every time an instance is created.
нестатический инициализатор
Нестатический инициализатор выполняется каждый раз при создании экземпляра.
nonstatic member function
A nonstatic member function can access instance variables of the class.
нестатическая функция-член
Нестатическая функция-член может получать доступ к переменным экземпляра класса.
nonstatic attribute
Each object has its own copy of a nonstatic attribute.
нестатический атрибут
У каждого объекта есть собственная копия нестатического атрибута.

Related words