Loading

摘要: public class Demo5 { public static void main(String[] args) { /*Cat cat1=new Cat(); Dog dog1=new Dog(); cat1.cry();*/ //多态性 /*Animal an=new Cat(); Foo 阅读全文
posted @ 2015-11-08 00:15 头痛不头痛 阅读(215) 评论(0) 推荐(0)