摘要: /** * Created by 刘朋程 on 2014-5-22.博客园 */ class GouZaoHanShu { private int age; //私有变量age private String name; //私有变量name ... 阅读全文
posted @ 2014-05-22 12:32 liupengcheng 阅读(198) 评论(0) 推荐(0) 编辑
摘要: /** * Created by 刘朋程 on 2014-5-22.博客园 */ class GouZaoHanShu { private int age; //私有变量age private String name; //私有变量name ... 阅读全文
posted @ 2014-05-22 12:20 liupengcheng 阅读(380) 评论(0) 推荐(0) 编辑
摘要: /** * Created by 刘朋程 on 2014-5-22. */ class Testprivate { private int age = 18; //私有化age并赋值为18 public void setAge(int age) //设置age范围 ... 阅读全文
posted @ 2014-05-22 10:54 liupengcheng 阅读(263) 评论(0) 推荐(0) 编辑