摘要: Client---------------------------------------------------public class Client{ public static void main(String[] args){ ///1 生产引擎; BMW... 阅读全文
posted @ 2015-03-25 23:22 Seven_OverLoad 阅读(204) 评论(0) 推荐(0)
摘要: Client--------------------------------------------public class Client{ public static void main(String[] args){ Person p = new Person();//Ani... 阅读全文
posted @ 2015-03-25 21:13 Seven_OverLoad 阅读(136) 评论(0) 推荐(0)
摘要: client--------------------------public class Client{ public static void main(String[] args){ Person p = new Person(); Dog d = new Dog... 阅读全文
posted @ 2015-03-25 00:11 Seven_OverLoad 阅读(290) 评论(0) 推荐(1)