class methods信息详情

class methods发音

意思翻译

类方法

相似词语短语

methods───n.方法,方式;研究方法(method的复数)

numerical methods───数值方法;计算方法

quantitative methods───计量方法;数量方法;测算方法

methods of───……的方法

methods synonym───同义方法

simulation methods───模拟方法

qualitative methods───定性法

grading methods───分级方法

nature methods───自然方法

双语使用场景

First-class methods and functions (closures)───一流的方法和函数(闭包)

As you can see, the class methods are simple.───正如您所见,类方法非常简单。

Now it's time to add the class methods that form the DSL.───现在让我们添加形成 DSL 的类方法。

Two other refactorings, Push Down and Pull Up, move class methods or fields from a class to its subclass or superclass, respectively.───还有两个重构工具,PushDown和PullUp,分别实现将类方法或者属性从一个类移动到其子类或父类中。

Static class methods may support a different level of thread safety than those associated with an instance of that class.───和实例的方法相比,静态类的方法或多或少拥有更高的线程安全性。

Shared procedures are class methods that are not associated with a specific instance of a class.───共享过程是不与类的特定实例相关联的类方法。

Each component has a name, corresponds to a Java class, and may be activated or deactivated by calls to that class' methods.───每个组件都有一个名字,对应一个Java类,并可以通过调用该类的方法使其激活或失效。

Unlike many other OO systems, Laszlo allows you to override class methods in an instance.───与很多面向对象系统不同,Laszlo允许在类的实例中重写类的方法。

Static class methods and properties are accessible without the need for an instantiation of the class.───现在,无需实例化类便可访问静态类方法和属性。

英语使用场景

These are not as common as instance methods, but you will often see class methods that are factory methods for creating new instances of the class; this saves you from having to alloc and initialize.

Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular.