摘要: interface InfoPerson{}class Contact implements InfoPerson{private String address;private String telphone;private String zipcode;public Contact (String... 阅读全文
posted @ 2013-08-18 21:43 peng_gy 阅读(104) 评论(0) 推荐(0)
摘要: interface InfoPerson{ }class Contact implements InfoPerson{ private String address; private String telphone; private String zipcode; public Contact (S... 阅读全文
posted @ 2013-08-18 21:43 peng_gy 阅读(109) 评论(0) 推荐(0)