青年中文青年中文

class constructor的意思

class constructor中文翻譯:

類構造函數

相似詞語短語

constructor java───構造函數java

constructor function───構造函數

constructor super───超級建造師

constructor called───調用了構造函數

constructor javascript───構造函數javascript

constructor method───建構式

constructor c#───構造器c#

constructor game───構裝師游戲

constructor mod───構造函數mod

雙語使用場景

The class constructor takes up to three parameters.───這個類構造器最多有三個參數。

The next few lines introduce the int class constructor.───后面的幾行介紹int類的構造函數。

The Collaborator class constructor is still quite simple.───Collaborator類構造函數仍然十分簡單。

The default constructor has no arguments; its implementation calls the base class constructor.───默認的構造函數沒有參數;其實現將調用基類構造函數。

The body of the derived-class constructor is called.───調用派生類的構造方法;

First, we define our reference class such that object creation functions as the acquisition of a resource through its class constructor.───首先,定義引用類,使對象創建能夠用來通過類構造函數獲取資源。

The base class constructor checks a number of the parameters for a connection point and can throw several exceptions.───基類構造函數檢查連接點的一些參數,并可能會引發若干異常。

Represents the name of the class constructor method as it is stored in metadata.───表示存儲在元數據中的類構造函數方法的名稱。

A static constructor, also known as a class constructor, is used to initialize a type.───靜態構造函數(也稱為類構造函數)用于初始化類型。

英語使用場景

At parsing time, Java reflection features are exploited to determine the class constructor matching the specified signature and its invocation.