摘要: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
浙公网安备 33010602011771号