默认构造函数 meaning in English
default constructors
Examples
- To invoke the default constructor
来调用默认构造函数。 - The type must have a default constructor , unless you handle the
类型必须具有默认构造函数,除非您自己处理 - Or use default constructor
/ /或使用默认构造函数: - So calling the default constructor for a value type is not required
因此对值类型调用默认构造函数不是必需的。 - Operator is also used to invoke the default constructor for value types
运算符还用于调用值类型的默认构造函数。