摘要: 10.27 public class Zoo { public static void main(String args[]) { Feeder f = new Feeder("小李"); // 饲养员小李喂养一只狮子 f.feedLion(new Lion()); // 饲养员小李喂养十只猴子 f 阅读全文
posted @ 2020-10-27 21:06 潘福龙 阅读(56) 评论(0) 推荐(0) 编辑