Non-static
Translation of "non-static" into Russian
non-static
Adjectivenon-static
more non-static Comp.
most non-static Super.
общ.; характеризующийся изменением; техника, физика
The dashboard presents non-static charts that update in real time.
Панель отображает нестационарные графики, которые обновляются в режиме реального времени.
компьютерный термин; о членах класса, связанных с экземпляром
A non-static method can access instance variables of its object.
Нестатический метод может обращаться к переменным экземпляра своего объекта.
Additional translations
как синоним "нестационарный" в общем контексте
реже; подчёркивает способность изменяться
Definitions
non-static
AdjectiveNot static; characterized by movement, change, or variability.
The dashboard presents non-static charts that update in real time.
(Computing) Of a class member, not declared as static and therefore associated with an instance rather than the class itself.
A non-static method can access instance variables of its object.