What is the translation of " INSTANCE VARIABLES " in Chinese?

['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
Once initiated, we can use all instance variables created.
一旦初始化,我们就可以使用所有创建的实例变量
Instance variables are variables within a class but outside any method.
实例变量定义在类中但在任何方法之外。
Once initiated, we can use all instance variables created.
一旦初始化后,我们可以使用所有已创建的实例变量
Maintains instance variables of type AbstractExpression for each of the symbols R1 through Rn.
为从R1到Rn的每个符号都维护一个AbstractExpression类型的实例变量
Class variables are not used as frequently as instance variables are.
类变量不像实例变量那样频繁使用。
It contains two instance variables, a constructor and three methods.
它包含两个实例变量,一个构造函数和三个方法。
Let us now briefly look into what do class, object,methods and instance variables mean.
现在,让我们简要地看看类,对象,方法和实例变量的意思。
The syntax difference is: for non-public instance variables, use an underscore(_) before the variable name.
语法上的差异是:对于非公共变量实例,我们在变量名前加一道下划线(_)。
Let us now briefly look into what do class, object,methods, and instance variables mean..
现在让我们简单地看看类,对象,方法和实例变量是什么意思。
Private” instance variables that cannot be accessed except from inside an object don't exist in Python.
除了从对象内部外无法被访问的‘Private'实例变量在Python中并不存在。
This example explains how to access instance variables and methods of a class.
这个例子说明了如何访问一个类的实例变量和方法:.
As you use the object of that type,the IDE shows its available methods and instance variables.
当使用那种类型的对象时,IDE就会显示它的可用方法和实例变量
As with any model object it contains instance variables and getter/ setter methods.
任何模型对象包括一些实例变量和对应的getter/setter方法。
Instance Variables: Instance variables can be used across methods in any particular instance or object.
实例变量:实例变量可以跨任何特定的实例或对象中的方法使用。
We have now learned that we can use public instance variables and class attributes.
现在我们已经学会如何使用公开实例变量和类属性。
If an object has no instance variables, or a class has no class variables, the associated monitor protects no data.
如果一个对象没有实例变量,或者一个类没有变量,相关联的监视器就什么也不监视。
First, we need to understand how open and closed instance variables and methods work.
首先,我们需要理解公开的、非公开的实例变量和方法的工作原理。
Class methods cannot access instance variables or instance methods directly- they must use an object reference.
类方法不能直接访问实例变量或实例方法-它们必须使用对象引用。
That will let us make“amount” private, as all good instance variables should be.
我们将会把amount设置成为私有成员,就像所有好的实例变量一样要这样做。
To put it another way, local variables and instance variables live in two different namespaces, and you need to tell Python which namespace to use.
换句话说,局部变量和实例变量存在于两个不同的命名空间中,您需要告诉Python使用哪个命名空间。
Some believe that it lacks the property of informationhiding because objects cannot have private instance variables and methods.
很多人认为它缺乏信息隐藏的特性所以对象不能有私有实例变量和方法。
Libraries can freely add new methods and instance variables without any effect on their clients.
库中可以自由地添加新方法和实例变量,而对客户端没有任何影响。
Instance Variables(Non-Static Fields) Technically speaking, objects store their individual states in"non-static fields", that is, fields declared without the static keyword.
实例变量(非静态域):从技术层面来说,对象将它们各自的状态存在“非静态域”中,也就是没有使用static关键字修饰的域。
Too cool,and now we have learned that we can use public instance variables and class properties.
太酷了,现在我们已经了解到,我们可以使用公共实例变量和类属性。
Non-static fields are also known as instance variables because their values are unique to each instance of a class(to each object, in other words).
非静态域也被称为实例变量,因为对于类的每个实例(换句话说,就是每个对象)来说,它们的值都是独立的。
There is only one copy of a static variable in a class,rather than one copy per each individual instance for instance variables.
某个静态变量在一个类中只有一个,而不是实例变量的每个单独实例都有一个(ratherthanonecopypereachindividalinstanceforinstancevariables)。
Heap Area- All the Objects and their corresponding instance variables and arrays will be stored here.
堆区(HeapArea)-所有的对象和它们相应的实例变量以及数组将被存储在这里。
Probably one of the best known applications of closures isDouglas Crockford's technique for the emulation of private instance variables in ECMAScript objects.
有关闭包的一个可能是最广为人知的应用是DouglasCrockford'stechniquefortheemulationofprivateinstancevariablesinECMAScriptobjects。
The syntax difference is: for non-public instance variables, use an underscore(_) before the variable name.
语法上的区别是:对于non-publicinstancevariables(非公共实例变量),在变量名前使用下划线(_)。
Your-dealloc methods would still be run, however any instance variables that you didn't explicitly set to nil would be untouched.
你的-dealloc方法还是会运行,但是任何没有显式置为nil的实例变量都是不可以访问的。
Results: 49, Time: 0.0237

Word-for-word translation

Top dictionary queries

English - Chinese