关于多态
摘要:
1 public class Polymorphism { 2 3 4 /** 5 * @param args 6 */ 7 public static void main(String[] args) { 8 9 Human personA = new man(); 10 // personA.sleep(); 11 // personA.eat(); 12 System.out.println("*********************************... 阅读全文
posted @ 2012-10-28 23:24 chlde2500 阅读(186) 评论(2) 推荐(0)
浙公网安备 33010602011771号