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

[klɑːs 'meθədz]
Noun
[klɑːs 'meθədz]
类方法
阶级方法

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

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
The new method belongs to the class methods.
New方法属于类方法
For class methods, the corresponding indicator is a plus sign(+).
对于类方法,对应指示器是加号(+)。
The static modifier for creating class methods and variables.
Static修饰符,用来创建类方法和类变量。
Class methods have cis as their first argument, instead of self.
类方法的第一个参数必须为cls,而不再是self。
How do I create static class data and static class methods?
如何创建静态类数据和静态类方法??
Class methods, by comparison, do not require you to create an instance.
而类方法,比较起来,也就是说,不需要你创建一个实例。
Type methods are similar to class methods in Objective-C.
类型方法类似于Objective-C中的类方法
This is discouraged because itdoes not make it clear that they are class methods.
但这是不鼓励的,因为它没有说明它们是阶级方法
In other class methods, it refers to the instance whose method was called.
在其它的类方法中,它指向方法被调用的类实例。
Instance methods can access class variables and class methods directly.
实例方法可以直接访问类变量和类方法
In C++, applying'static' to class methods is truly giving the keyword a different meaning.
在C++中,将static应用于类方法确实赋予关键字不同的含义。
Inference statistics and sample size can be divided into the Z-test, T test,P test three class methods.
推理统计又可按样本容量分为Z检验,T检验,P检验三大类方法
Also, class methods cannot use the this keyword as there is no instance for this to refer to.
此外,类方法不能使用this关键字,因为没有这个实例可以引用。
However, Ruby is a dynamic language, and even core class methods can be redefined at runtime.
然而,Ruby是一门动态类型的编程语言,即便是核心的类方法都能够在运行时重新定义。
Class methods cannot access instance variables or instance methods directly- they must use an object reference.
类方法不能直接访问实例变量或实例方法-它们必须使用对象引用。
There are two kinds of methods in Objective-C: instance methods and class methods.
在Objective-C中,有两种类型的方法,分别是实例方法与类方法
A nice and clean way to do that is by using class methods as factory functions for the different kinds of pizzas we can create:.
一个好用的、整洁的方法是使用类方法作为工厂函数来存放我们可以创建的不同类型的比萨饼:.
A class in Objective-C can declare two types of methods:instance methods and class methods.
Objective-C中的类可以声明两种类型的方法:实例方法和类方法
Multimedia applications are facilitated because the class methods associated with the data are responsible for its correct interpretation.
多媒体应用程序将变得容易因为与数据相关的类方法保证了数据的正确解释。
When you declare a method to which instances respond, the declaration starts with-,and+ is used for class methods.
当你声明一个方法让实例去回应,声明通常已“-”开头,并且“+”用作类的方法
This simple device structure class methods, the use of single or small number of several images can be reconstructed three-dimensional object model;
本装置结构简单的类方法,单个或少数几个使用图像可以重建三维物体模型;.
In earlier Python versions, only new-style classes could use Python's newer, versatile features like__slots__, descriptors,properties,__getattribute__(), class methods, and static methods.
在早先的Python版本中,只有新式类能够使用Python新增的更灵活特性,例如__slots__、描述符、特征属性、__getattribute__()、类方法和静态方法等。
Methods- class methods, class variables, what are class methods for, ruby constructors, singleton methods, singleton classes, overriding methods and more.
方法-类方法、类变量、类方法是用来干什么的、Ruby构造器、单例方法、单例类、重载方法以及更多.
A static method inJava does not translate to a Python class method.
Java中的静态方法不能翻译成Python的类方法
Strictly Strings a Comprehensive String Class Method.
严格符串全面方法课程.
The Java Language Specification just differs them as"class method"(static) and"instance method".
Java语言规范只是将它们区分为“类方法”(静态)和“实例方法”。
The reflected method may be a class method or an instance method(including an abstract method).".
所反映的方法可能是类方法或实例方法(包括抽象方法)。
In case of classes and object instances, a class method's side effects should be limited to the state of the class instance being tested.
对类和对象实例来说,类方法的副作用应该限制在被测试的类实例的内部。
Results: 28, Time: 0.0276

Word-for-word translation

Top dictionary queries

English - Chinese