摘要: upcast例:public class Test{ public static void main(String[] args) { Cup aCup = new BrokenCup(); aCup.addWater(10); // method bind... 阅读全文
posted @ 2015-06-07 17:26 李雷雷alexkn 阅读(2837) 评论(0) 推荐(0) 编辑