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

['instəns 'meθəd]
['instəns 'meθəd]
一个实例方法

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

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Instance method is not with static keyword.
实例方法不需要static关键字。
The this reference must be pushed because an instance method is being called.
必须压入this引用,因为正在调用实例方法
Instance method objects have attributes, too: m.
实例方法对象也有属性:m.
Note: The keyword this is used only within instance methods or constructors.
注-this关键字仅在实例方法或构造函数中使用。
Instance method objects have attributes, too: m.
实例方法对象也具有属性:m.
The method declaration starts with a-(minus), this indicates an instance method.
声明由一个减号(-)开始,这表明这是一个实例方法
Use our instance method to update the non-public variables.
使用我们的实例方法来更新非公开变量.
The first is Animal, which contains one instance method and one class method:..
首先是Animal,它包含一个实例方法和一个静态方法:.
Instance methods are the most common type of method..
实例方法是最常见的方法类型。
If the frame is for a constructor or an instance method, the reference is stored at location 0.
如果栈帧用于构造函数或实例方法,则this引用存储在位置0。
For instance methods, the declaration is preceded by a minus sign(-);
对于实例方法,声明前面是减号(-);.
The Java Language Specification just differs them as"class method"(static)and"instance method".
Java语言规范只是将它们区分为“类方法”(静态)和“实例方法”。
Unlike instance methods, subscripts can be read-write or read-only.
不同于实例方法的是,下标可以是可读写的或者只读的。
The reflected method may be a class method or an instance method(including an abstract method).".
所反映的方法可能是类方法或实例方法(包括抽象方法)。
Instance methods can access class methods and variables directly.
实例方法可以直接访问类变量和类方法。
The Catclass overrides the instance method in Animaland hides the class method in Animal.
Cat类覆盖Animal中的实例方法,并隐藏Animal中的静态方法。
It may get an instance as a method argument and through that reference,it can call an instance method.
它可能会得到一个实例作为方法参数,并且通过那个引用,它可以调用实例方法
An instance method can be called only on a specificinstance of the type it belongs to.
一个实例方法只能被它所属的类的特定实例调用。
We say that the method is an instance method because it needs an instance to be called.
我们说该方法是一个实例方法,因为它需要一个实例来调用。
Each instance method in the new class invokes the corresponding method on the contained instance of the existing class and returns the results.
新类中的每个实例方法都可以调用被包含的现有类实例中对应的方法,并返回它的结果。
In other words, before you call an instance method, you must first create an instance of the class.
也就是说,在你调用一个实例方法前,你必须首先创建类的一个实例。
You can refer to any member of the current object from within an instance method or a constructor by using this.
您可以通过使用this从实例方法或构造函数中引用当前对象的任何成员。
Although it resembles an instance method in java it is not since it does not return any value or have a return type.
构造函数类似于java中的实例方法,但它不是一个方法,因为它没有返回类型。
In its simplest form, an initializer is like an instance method with no parameters, written using the init keyword:.
在这个简单的形式中,初始化器就像一个没有形式参数的实例方法,使用init关键字来写:.
When an instance method declaration includes a virtual modifier, that method is said to be a virtual method..
若一个实例方法的声明中含有virtual修饰符,则称该方法为虚拟方法。
A constructor resembles an instance method in java but it's not a method as it doesn't have a return type.
构造函数类似于java中的实例方法,但它不是一个方法,因为它没有返回类型。
ToString() instance method Notice in particular that integer literals are values of type int, and therefore also values of the System.
ToString()instancemethod注意,整数文字上是int类型数据,并且同时也是System.
An SMTP object has an instance method called sendmail, which is typically used to do the work of mailing a message.
SMTP对象有一个sendmail的实例方法,该方法通常用于执行邮件发送的工作。
Within an instance method or a constructor, this is a reference to the current object- the object whose method or constructor is being called.
实例方法或构造函数中,this是对当前对象的引用--即其方法或构造函数被调用的对象。
If the method is an instance method, the method group must have resulted from a simple-name or a member-access through a variable or value.
如果方法是一个实例方法,方法组必须通过变量或数据从简单名称或成员访问获得结果。
Results: 30, Time: 0.0314

Word-for-word translation

Top dictionary queries

English - Chinese