青年中文青年中文

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.