在 英语 中使用 Current object 的示例及其翻译为 中文
{-}
-
Political
-
Ecclesiastic
-
Programming
Returns a shallow copy of the current object.
This-gt; Refer to the current object for which a method is called.
The constructor User only initializes the current object state.
The agent responded,“my current object is to make sure your security and to try to reimburse you.”.
This keyword in Java is the reference to the current object.
So methods always work with the current object even if they are inherited.
Eat() would execute parent eat in the context of the prototype,not the current object.
In F, self is used to refer current object of class type.
This mode implements a prototypeinterface that is used to create clones of the current object.
Returns a string that represents the current object.(inherited from Object). .
Its purpose is totransfer ownership of the managed resource from the source into the current object.
Using new sets‘this' context to the current object being created.
Working with properties from within the class is done by the keyword this,which refers to the current object.
His contact's response:"My current object is to make sure your security and try to reimburse you.".
The constructor User only initializes the current object state.
The Chinese agent replied,“my current object is to make your security and to try to reimburse you.”.
Create an empty list and a list with the current object reference.
The Chinese handler responded,"my current object is to make sure your security and to try to reimburse you.".
Eat() would execute parent eat in the context of the prototype,not the current object.
That's essential: all object methods get the current object as this, not a prototype or something.
Equals method Determines whether the specified object is equal to the current object.
Then the current object(defined below) shall have structure or union type and the identifier shall be the name of a member of that type.
A method of applying an object, replacing the current object with another object. .
When you delete the current object version, you, in effect, turn the previous version into the current version of that object. .
The move assignmentoperator transfers ownership of a managed resource into the current object, releasing the old resource.
Equals(Object) Determines whether the current object has the same settings as the specified object. .
As soon as that happens, the terminator is called on the vacating object, and the thread that works on the current object is resumed.
Equals(Object) Determines whether the current object has the same settings as the specified object. .
Within an instance method or a constructor, this is a reference to the current object- the object whose method or constructor is being called.