INSTANCE VARIABLES in Chinese translation

['instəns 'veəriəblz]
['instəns 'veəriəblz]
实例变量
instance variables

Examples of using Instance variables in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Although these arguments aren't explicitly declared, source code can still refer to them(just as it can refer to the receiving object's instance variables).
尽管这两个参数没有被显式声明,但是在代码里还是可以引用它们(就像代码里可以引用对象里的其他实例变量那样)。
Because there is no instance variable, you access the members of a static class by using the class name itself.
因为没有实例变量,所以要使用类名本身访问静态类的成员。
Meth() makes it absolutely clear that an instance variable or method is used even if you don't know the class definition by heart.
Meth()可以清楚地表明,即使您不知道类的定义,也会使用实例变量或方法。
Moreover, the state mode implementation class method generally returns a value, or changes the value of an instance variable.
而且,状态模式的实现类的方法,一般返回值,或者是改变实例变量的值。
This has lots of features like an improvement to hash table, instance variable access, Array max, and min.
它具有几个新功能,如改进哈希表,实例变量访问,Arraymax和Arraymin。
A static method cannot access a non-static method since non-static methods are usually associated with instance variable state.
静态方法不能调用非静态方法(non-staticmethod),因为非静态方法经常与实例变量状态相联系。
It has several new features like improvement to hash table, instance variable access, Array max and Array min.
它具有几个新功能,如改进哈希表,实例变量访问,Arraymax和Arraymin。
Components created in the Components window will have an automatically generated instance variable name based on their type.
在组件(Components)窗口中创建的组件将根据其类型自动生成实例变量名称。
The x variable, also called the x field, is an instance variable.
X变量(也称为x字段)是一个实例变量
Theoretically, you don't need the getInstance() method because the INSTANCE variable could be public.
理论上来说,你无需getInstance()方法,因为你可以把INSTANCE变量声名称public的。
Lazy(optional- defaults to false): Specifies that this component should be fetched lazily when the instance variable is first accessed(requires build-time bytecode instrumentation).
Lazy(可选-默认是false):表明此组件应在实例变量第一次被访问的时候延迟加载(需要编译时字节码装置器)。
Instance variables(Also called instance fields).
实例变量(Instancefields).
All instance variables are private.
所有成员变量为私有。
They are not used as frequently as the instance variables.
类变量不像实例变量那样频繁使用。
This means that instance variables can change from object to object.
这意味着,实例变量可以从对象到对象的改变。
Students are expected to implement constructors that initialize all instance variables.
要求实现对所有实例变量初始化的构造器。
This element is accessible, just as any other instance variables are;
这个元素是可存取的,正如其他实例变量一样;
An object comprises both data members(class variables and instance variables) and methods.
一个对象包括两个数据成员(类变量和实例变量)和方法。
An object's state is created by the values assigned to these instance variables.
对象的状态由分配给这些实例变量的值创建。
Specifically, member variables, also called instance variables, are the data defined by the class.
更详细一点来说,成员变量,也叫做实例变量,是类定义的数据。
Results: 296, Time: 0.0275

Word-for-word translation

Top dictionary queries

English - Chinese