如题目所示
HelloWorld hello = new HelloWorld(); // 调用对象的show方法 hello.show(); HelloWorld hello2 = new HelloWorld();
这里是通过创建对象,再通过对象调用类里面定义的属性和方法。