摘要: java中类有三个特性: 1.封装性 2.多态性 3.继承性一 .封装性 例如: class Person{ public string name; private int age; public int setage(int age){this.age=age;} public int... 阅读全文
posted @ 2016-01-06 23:01 Deja 阅读(312) 评论(0) 推荐(0)