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

[klɑːs 'instəns]
[klɑːs 'instəns]
类实例
一个类的实例

Examples of using Class instance in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
The class instance is not fully valid until the first phase ends.
类实例在第一阶段结束以前并不是完全有效的。
Constructors in most programming languages have to return new class instances.
绝大多数编程语言的构造函数必须都返回一个新的类实例
The class instance creation and initialization process is described further in§10.10.
类实例创建和初始化过程将在§10.10中描述。
In an anonymous class, the this keyword refers to the anonymous class instance.
在匿名类中,this关键字引用匿名类实例
Yes, that is current class instance(You cannot use return type yet it returns a value).
是的,这是当前类的实例(你不能使用返回类型,但它返回一个值)。
People also translate
Changes to mutable objects such as dictionaries, lists, and class instances can lead to confusion.
对可变对象例如字典、列表和类实例的改变则可能造成迷惑。
No code using a class instance can access a private member directly and neither can a descendant class..
所有使用了一个类的实例的代码都不能直接访问一个私有成员,这个类的子类也不允许。
Changes to mutable objects such as dictionaries, lists, and class instances can lead to confusion.
对可变对象(如字典,列表和类实例)的更改可能会导致混淆。
Garbage collection: A class instance is explicitly created by the user code and automatically destroyed by garbage collection.
垃圾收集:一个类的实例是由用户明确创建的代码和垃圾回收自动销毁。
The 0 index of the local variable array is always this,the reference for the current class instance.
索引的本地变量列表永远是this,当前类实例的引用。
In Python, the term method is not unique to class instances: other object types can have methods as well.
在Python中,方法不止是类实例所独有:其它类型的对象也可有方法。
There was no return value of the method as public,but it later has been changed to return the user class instance.
这个公有方法没有返回值,但被修改成了返回用户类实例的方法。
In Python, the term method is not unique to class instances: other object types can have methods as well.
在Python中,方法这个术语并不是类实例所特有的:其他对象也可以有方法。
Identical to means that two constants orvariables of class type refer to exactly the same class instance.
L“相同”是指两个常数或类类型的变量指向完全相同的类的实例
However, structure instances are always passed by value, and class instances are always passed by reference.
然而,结构体实例总是通过值传递,类实例总是通过引用传递。
In short, the addUser() method which has no return value hasbeen changed to a method that returns the User class instance.
简而言之,addUser()方法没有返回值变更成为返回User类实例的的方法。
As a result,the is operator returns true when the class instance is the first operand and the interface is the second;
因此,第一个操作数是类实例且第二个操作数是接口时,is运算符将返回true;.
A function is the simplest callable object in Python, but there are others,such as classes or certain class instances.
函数是Python中最简单的可调用对象,但也有其他类似于类或某些类实例
Public static final Class<Integer> TYPE The Class instance representing the primitive type int.
PublicstaticfinalClass<Integer>TYPE表示原始类型int的Class实例
Garbage collection: A class instance is explicitly created by the user code and automatically destroyed by garbage collection.
垃圾回收机制:类的实例都是通过用户代码进行创建,并且自动被垃圾回收机制进行回收。
If a class is sealed(not dynamic),attempts to get or set properties on class instances result in an error.
如果类是密封的(非动态),尝试在类实例上获得属性或设置属性将导致错误。
Garbage collection: A class instance is explicitly created by the user code and automatically destroyed by garbage collection.
垃圾收集(Garbagecollection):一个类实例是由用户代码显式创建的并通过垃圾收集自动销毁。
However, when you want to save more complex data types like lists,dictionaries, or class instances, things get a lot more complicated.
但是,当你想保存更复杂的数据类型如列表、字典或类实例时,读写就要复杂得多。
Class__(although this is not guaranteed- a new-style class instance is permitted to override the value returned for x.__class__).
Class__是一样的结果(尽管这不能得到保证,因为新式类的实例的__class__方法是允许被用户覆盖的)。
Also, like in C++, most built-in operators with special syntax(arithmetic operators, subscripting etc.)can be redefined for class instances.
此外,与C++一样,大多数具有特殊语法(算术运算符,下标等)的内置运算符都可以重新定义为类实例
Class selector The element(s) on the page with the specified class(multiple class instances can appear on a page).. my-class.
类别选择器页面中指定类别的元素(一个页面中可以出现多个类别实例).my-class.
To illustrate the dynamic nature of Python's introspection capabilities, let's look at some examples using dir()on a custom class and some class instances.
为了说明Python自省能力的动态本质,让我们研究将dir()运用于定制类和一些类实例的示例。
However, in the following discussion,we will use the term method exclusively to mean methods of class instance objects, unless explicitly stated otherwise.
然而,在以下讨论中,我们使用方法一词将专指类实例对象的方法,除非另外显式地说明。
In case of classes and object instances, a class method's sideeffects should be limited to the state of the class instance being tested.
对类和对象实例来说,类方法的副作用应该限制在被测试的类实例的内部。
The principal built-in types are numerics, sequences,mappings, classes, instances and exceptions.
Python中主要内置类型包括numbers,sequences,mappings,classes,instance和exception。
Results: 776, Time: 0.0289

Word-for-word translation

Top dictionary queries

English - Chinese