2018年6月5日

多态练习

摘要: 1 public class Fu { 2 int num = 3; 3 void show() { 4 System.out.println("F1"); 5 } 6 static void method() { 7 System.out.println("F2"); 8 } 9 } 1 public class Z... 阅读全文

posted @ 2018-06-05 20:50 冷小超 阅读(139) 评论(2) 推荐(0)

导航