constructor

英 [kɒn'strʌktə] 美 [kən'strʌktɚ]
  • n. 构造函数;构造器;建造者
constructor
«
1 / 3
»
1. A constructor can throw any exception.
一个Constructor可以抛出任何异常.

来自互联网

2. In addition, you can a type must have a parameterless constructor.
另外, 可以指定类型必须有无参数的构造函数.

来自互联网

3. A constructor can be called using a variable of a class - reference type.
构造器可以被类引用类型的变量调用.

来自互联网

4. Like any function, a constructor can take multiple arguments.
和其他函数一样, 构造函数能接受多个参数.

来自互联网

5. The constructor that is used when no explicit initializer is supplied.
在没有显式提供初始化式时调用的构造函数.

来自互联网