Application of Java this

package java04;

public class DemoPersom2 {
    public static void main(String[] args) {
        Person2 person = new Person2();

        //设置自己的名字
        person.name = "小明";
        person.sayHello("小刚");//小刚,你好!我是 小明

        System.out.println(person);//地址值 [email protected]
    }
}
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>