constructor

英[kən'strʌktə] 美[kən'strʌktə]
  • n. 建造者;制造商;造船技师;构造函数;构造器
  • conacre n.(佃户的)小块土地出租(为期一熟)
  • conad n.美国大陆防空司令部
  • conaffetto [音]深情地
  • conakry n.几内亚首都科纳克里
  • conamore adv.带著爱情地;热心地
Noun:
  1. someone who contracts for and supervises construction (as of a building)

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.
在没有显式提供初始化式时调用的构造函数.

来自互联网

    用作名词 (n.)
    1. There are two forms of the Date constructor.
      Date构造函数有两种形式。
    2. Now the constructor can be correctly inherited by a derived class.
      现在构造器可以正确的通过继承而得到一个子类。