×

派生类的构造 meaning in Chinese

constructing derived classes

Examples

  1. The constructor on each derived class is using its base class initializer
    每个派生类的构造函数都使用其基类的初始值设定项。
  2. Use the constructors of derived classes to get an instance with different settings ; for example , the
    使用派生类的构造函数来获取带有不同设置的实例。例如,
  3. Method must be called at the end of the constructor for derived classes to complete the initialization of the
    给继承者的说明必须在派生类的构造函数的末尾调用
  4. If you override the base class constructor , you should explicitly call it in the constructor of your derived class
    如果重写基类构造函数,则应在派生类的构造函数中显式调用它。

Related Words

  1. 派生
  2. 数据派生
  3. 派生属性
  4. 派生意义
  5. 派生风险
  6. 派生位移
  7. 派生类型
  8. 派生形成
  9. 派生语素
  10. 派生褶皱
  11. 派生句
  12. 派生类
  13. 派生类对象结构
  14. 派生类型
PC Version

Copyright © 2018 WordTech Co.