标签:
类的定义方法
类名
成员变量
成员函数
class Person
{ int age;
void shout()
{ System.out.println("oh,my god! i am "+age);}}
2 类
原文地址:http://www.cnblogs.com/ansen312/p/5837047.html