Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 193 Bytes

File metadata and controls

5 lines (3 loc) · 193 Bytes

this() 和 super() 在构造体里怎么用?

this() 在同一个类的构造体被调用. this("toto","tata",1)相当于调用对应参数的构造体.

super() 用来调用父类构造体.