📜  java代码示例中的this

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

代码示例1
this() : used for calling the constructor . 
  we can only use it in the constructor
this. : used for calling the instance variables 
we can use in any object instances