摘要: 1 class A{ 2 static int num = 1; 3 public static void Display(){ 4 System.out.println( num ); 5 } 6 } 7 8 class B extends A{ 9 ... 阅读全文
posted @ 2014-05-29 15:37 丛林小阁楼 阅读(283) 评论(0) 推荐(0) 编辑