摘要: 阅读全文
posted @ 2017-04-21 16:51 bgd160809124 阅读(90) 评论(0) 推荐(0) 编辑
摘要: interface Pet{ public String getName(); public String getColor(); public int getAge(); } class Cat implements Pet{ private String name; private String color; private int age; public Cat(String name,S... 阅读全文
posted @ 2017-04-21 09:50 bgd160809124 阅读(200) 评论(0) 推荐(0) 编辑