-
Students are learning the specific data of this constructor.
学生正在学习这个构造函数的具体数据。
-
I don't know how the constructor starts.
我不知道构造函数是如何启动的。
-
The constructors in this plant work 8 hours per day.
该工厂的装配者每天工作8小时。
-
Provide at least one constructor.
至少提供一个构造函数。
-
Those are constructor parameters.
它们是构造函数的参数。
-
Executes the rest of the constructor.
执行构造函数的剩余部分。
-
Provide a constructor.
提供构造函数。
-
Its constructor is shown in Listing 1.
它的构造函数如清单1所示。
构造函数(Constructor)在对象创建或者实例化时候被调用的方法。通常使用该方法来初始化数据成员和所需资源。构造器Constructor在js不能被继承,因此不能重写Overriding,但可以被重载Overloading 构造函数在C++中如果写成public属性那么可以继承