在 英语 中使用 An instance of a class 的示例及其翻译为 中文
{-}
-
Political
-
Ecclesiastic
-
Programming
Even an instance of a class cannot access its private members.
In OO/C++,“object” usually means“an instance of a class.”.
To create an instance of a class, the new keyword must be used.
If this is still confusing,remember that a function is just an instance of a class with one member.
Object, in C, is an instance of a class that is created dynamically.
In the Java programming language,an exception object is always an instance of a class derived from Throwable.
Creating an instance of a class in Kotlin does not need the new keyword.
To make HTTP request to the server using JavaScript,you need an instance of a class that provides this functionality.
When an instance of a class can only have one of several different combinations of states.
C, all exceptions must be represented by an instance of a class type derived from System. Exception.
Aspx page into an instance of a class, which inherits from the base class Page of the. Net framework.
To make HTTP request to the server using JavaScript,you need an instance of a class that provides this functionality.
Deinitializers enable an instance of a class to free up any resources it has assigned.
In order to make an HTTP request to the server using JavaScript,you need an instance of a class that provides you this functionality.
Deinitializers enable an instance of a class to free up any resources it has assigned.
Although the preceding examples sent messages to an instance of a class, you can also send messages to the class itself.
Although the preceding examples sent messages to an instance of a class, you can also send messages to the class itself.
We can clearly see the first example returns an instance of a class and the second example returns an instance of a value type.
Returns a Boolean value that indicates whether the receiver is an instance of a given class.
It guarantees that an individual that is a member of one class cannot simultaneously be an instance of a specified other class.
An instance of a persistent class can be in one of three different states.
An instance of a persistent class can be in one of three different states.
If x is an instance of a new-style class, then type(x) is typically the same as x.
ClassType returns a class type variable, an instance of a special class reference type(which is not a class itself).
An instance of an old-style class is always implemented from a single built-in type called instance. .
Instead of extending an existing class, give your new class a private field that references an instance of the existing class. .
Converts an array of bytes to an instance of class Class.
The method defineClass converts an array of bytes into an instance of class Class.
Assume the lookup actually returns an object that isn't a string,say an instance of class Frankenstein.