INSTANCE METHODS 中文是什么意思 - 中文翻译

['instəns 'meθədz]
['instəns 'meθədz]

在 英语 中使用 Instance methods 的示例及其翻译为 中文

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Instance methods are the most common type of method..
实例方法是最常见的方法类型。
Every class you use or write inherits the instance methods of Object.
你使用或编写的每个类都继承了Object类中的实例方法
For instance methods, the declaration is preceded by a minus sign(-);
对于实例方法,声明前面是减号(-);.
Methods method can be in between two public instance methods.
例如,一个私有的类方法可以置于两个公有的实例方法之间。
Unlike instance methods, subscripts can be read-write or read-only.
不同于实例方法的是,下标可以是可读写的或者只读的。
Note: The keyword this is used only within instance methods or constructors.
注-this关键字仅在实例方法或构造函数中使用。
Instance methods can access class methods and variables directly.
实例方法可以直接访问类变量和类方法。
By default,the properties of a value type cannot be modified from within its instance methods.
默认情况下,值类型的属性不能从它内部实例方法修改。
Instance methods can access class variables and class methods directly.
实例方法可以直接访问类变量和类方法。
In addition, the example shows how to call many of the static and instance methods of the Object class.
此外,该示例还演示如何调用Object类的很多静态方法和实例方法
Through the self parameter, instance methods can freely access attributes and other methods on the same object.
通过self参数,实例方法可以自由地访问同一对象上的属性和其他方法。
A class in Objective-C can declare two types of methods: instance methods and class methods.
Objective-C中的类可以声明两种类型的方法:实例方法和类方法。
For instance methods, a callable entity consists of an instance and a method on the instance..
对于实例方法,一个可调用实体由一个实例和一个实例中的方法组成。
Initializers are now able to access self and can modify its properties,call its instance methods, and so on.
构造器此时可以访问self、修改它的属性并调用实例方法等等。
This makes instance methods powerful in terms of access restrictions- they can modify state on the object instance and on the class itself.
这使得实例方法在访问受限时非常给力--它们可以修改对象实例和类本身的状态。
There are two kinds of methods in Objective-C: instance methods and class methods..
在Objective-C中,有两种类型的方法,分别是实例方法与类方法。
FileInfo- provides instance methods for creating, copying, deleting, moving, and opening files, and helps create a FileStream object.
FileInfo-提供用于创建、复制、删除、移动和打开文件的实例方法,并可帮助创建FileStream对象。
Merge the contents of an object onto thejQuery prototype to provide new jQuery instance methods.
一个对象的内容合并到jQuery的原型,以提供新jQuery实例方法
(Remember, the first entry of the local variable table for instance methods and constructors is the this reference.).
请记住,实例方法和构造函数的局部变量表的第一位是this引用。
The GetMethodID() function does the same thing,but it is used to find instance methods.
GetMethodID()函数与GetStaticMethodID()函数的功能一样,但它用来查找实例方法
Class methods cannot access instance variables or instance methods directly- they must use an object reference.
类方法不能直接访问实例变量或实例方法-它们必须使用对象引用。
The Java programminglanguage provides two basic kinds of methods: instance methods and class(or static) methods.
方法调用Java提供了两种基本的方法:实例方法和类(静态)方法。
Classes, structures, and enumerations can all define instance methods, which encapsulate specific tasks and functionality for working with an instance of a given type.
类、结构、枚举所有可以定义实例方法,封装特定任务和功能处理给定类型的一个实例。
Classes, structures, and enumerations can all define instance methods, which encapsulate specific tasks and functionality for working with an instance of a given type.
类、结构体和枚举都可以定义实例方法,这些方法会封装特定的任务和功能用于处理给定类型的实例。
M is the number of methods in class(both static and instance methods are counted, it includes also constructors, properties getters/setters, events add/remove methods)..
M是类中方法的数量(包括静态方法和实例方法,其中还包括构造器、属性设置和获取方法、添加和移除事件的方法)。
Instance method is not with static keyword.
实例方法不需要static关键字。
Instance method objects have attributes, too: m.
实例方法对象也有属性:m.
Instance method objects have attributes, too: m.
实例方法对象也具有属性:m.
The this reference must be pushed because an instance method is being called.
必须压入this引用,因为正在调用实例方法
结果: 29, 时间: 0.029

单词翻译

顶级字典查询

英语 - 中文