摘要:
1, 多态 : 父类的引用指向子类对象,有继承,有重写 多态表达了 : cat 是一种 Animal 规则 : 多态对象不能调用父类中没有的方法 定义 : Animal cat = new Cat(); 2, 接口 : 类实现接口implement,也是一种极度抽象的抽象类,也是类很多行为的集合 接 阅读全文
posted @ 2016-02-18 11:11
yubolin
阅读(1029)
评论(4)
推荐(0)
浙公网安备 33010602011771号