标签:lis 必须 list 一个 成员变量 关键字 one 成员 out
this.name = name;//自己的属性
this.name+ " "+this.age+“ ”+sex+" +score"
如果局部变量与成员变量同名,this必须写,用来作区分
如果没有同名的局部变量,this可以省略不写(一般都不写)
this.shout();//调用自己的成员方法
this一般省略不写
this(name,age,sex);//用this调用自己构造方法,必须放在第一行
标签:lis 必须 list 一个 成员变量 关键字 one 成员 out
原文地址:https://www.cnblogs.com/Eileen-lu/p/9152047.html