constructor
英 [kənˈstrʌktə(r)]
美 [kənˈstrʌktər]
n. (尤指汽车或飞机的)建造者,制造者,建造商
复数:constructors
BNC.24093 / COCA.29875
牛津词典
noun
- (尤指汽车或飞机的)建造者,制造者,建造商
a person or company that builds things, especially cars or aircraft
柯林斯词典
- (汽车或飞机)制造商,建造公司
A racing carconstructoror aircraftconstructoris a company that builds cars or aircraft.
英英释义
noun
- someone who contracts for and supervises construction (as of a building)
双语例句
- As with instance initialization, you can use the initializer syntax as an alternative to the static constructor.
和实例初始化一样,可以使用初始化器语法作为静态构造函数的变体。 - The constructor of this class instantiates SQL and XA relevant classes
该类的构造函数实例化了SQL和XA相关类 - I add a string name and port class variable and then two functions: a constructor and the server.
我添加了一个字符串名称、一个端口类变量,还有两个函数:构造器和服务器。 - You must have a public default constructor.
您必须具有公共缺省构造器。 - It also creates a constructor that sets this instance variable.
同时也创建了用于设置这个实例变量的构造函数。 - Thus, you should never have a no-argument constructor for an immutable class.
因此,您永远都不该为一个不可变类提供一个无参数的构造函数。 - Its constructor registers an un-caught handler.
其构造函数注册了一个未捕获的处理程序。 - You will add more code to the constructor in a subsequent procedure.
您将在随后的过程中向构造函数添加更多代码。 - In the action definition class, the action label is defined in the constructor by the setText() method.
在动作定义类里,使用setText()方法在构造函数里对动作标签进行定义。 - Each Worker object takes a single string for its constructor.
每个Worker对象都为其构造函数获取了一个单一字符串。
