DefaultConstructible 可缺省構造
DefaultConstructible objects only need to have a default constructor.可缺省構造的對象只需具有一個缺省構造函數。
Construction 構造
X()
X
Construct an instance of the type with default parameters.
以缺省參數構造該類型的一個實例。