默认构造函数 meaning in English
default constructors
Examples
- A public default constructor could not be found for the current item type
找不到当前项类型的公共默认构造函数。 - The default constructor invoked the no - arg constructor of the superclass
默认构造函数调用父类的无参数构造函数 - This constructor calls the default constructor , and then adds the current
此构造函数调用默认构造函数,然后将当前 - The default constructor initializes any fields to their default values
默认构造函数将所有字段初始化为其默认值。 - The default constructor for
的默认构造函数。