摘要:
public interface IStudent { int cardId=1024;}public class Person { String personName;}public class Student extends Person implements IStudent{ public static final int NUM=3; private String name; /*package*/ int age; protected Object obj; public ArrayList<Integer> ids; public St... 阅读全文
posted @ 2012-08-01 16:46 曙光城邦 阅读(12664) 评论(0) 推荐(0) 编辑