📜  重载构造函数 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:30.043000             🧑  作者: Mango

代码示例2
Yes, the constructors can be overloaded by
changing the number of 
arguments accepted by the constructor
or by changing the data type of 
the parameters