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.