📜  在构造函数 java 代码示例中调用 this

📅  最后修改于: 2022-03-11 14:52:21.682000             🧑  作者: Mango

代码示例1
In Java another constructor of the same class can be called from a
  constructor via this().
 Note however that this has to be on the first line.