A default argument is specified by providing an explicit initializer for the parameter in the parameter list. 默认实参是通过给形参表中的形参提供明确的初始值来指定的。
A constructor that can be called with a single argument defines an implicit conversion from the parameter type to the class type. 可以用单个实参来调用的构造函数定义了从形参类型到该类类型的一个隐式转换。