青年中文青年中文

default constructor的意思

default constructor中文翻譯:

默認構造函數

相似詞語短語

default f───默認值f

constructor java───構造函數java

constructor function───構造函數

default model───違約模型

constructor super───超級建造師

developer default───默認安裝類型(計算機用語)

default gateway───[計]默認網關;默認網關;缺省網關

bravely default───勇敢地違約

load default───載入默認值;載入原始設定

雙語使用場景

It must have a public default constructor.───必須擁有公有的默認構造函數。

public default constructor; for example.───公共的默認構造函數;例如。

You must have a public default constructor.───您必須具有公共缺省構造器。

Any constructors that you define for structures must have at least one argument so that they do not conflict with the default constructor.───為結構定義的任何構造函數都必須至少有一個參數,以便不會與默認構造函數沖突。

Control automatically calls the default constructor of a business object to create and instance of it using reflection.───控件自動調用業務對象的默認構造函數,以使用反射創建該對象的實例。

If the class has no default constructor, then the class may not be used in these contexts .───如果類沒有默認構造函數,則該類就不能用在這些環境中。

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

Notice that the lack of a no-argument constructor violates the JavaBeans standard, which insists on a default constructor.───需要注意的一點是,無參數構造函數的缺失違反了JavaBeans的標準,該標準堅持要有一個默認的構造函數。

A type parameter can be constrained to be a reference type, a non- nullable value type, and to have a default constructor .───類型參數可以約束為引用類型、不可為空值類型和具有默認構造函數。

英語使用場景

Each value type has an implicit default constructor that initializes the default value of that type.

The isbn member is implicitly initialized by the string default constructor as an empty string.

The default constructor is used regardless of where a variable is defined.

In the second case , the default constructor run directly empty _ direct.

The default constructor invoked the no - arg constructor of the superclass.

Some class types do not have a default constructor.