Java类的成员函数调用顺序
摘要:
1 class A 2 { 3 public A() 4 { 5 System.out.println("----------A 构造-------------"); 6 } 7 static void sb() 8 { 9 System.out.println("------... 阅读全文
posted @ 2014-12-23 09:44 醉清风JM 阅读(734) 评论(0) 推荐(0)
posted @ 2014-12-23 09:44 醉清风JM 阅读(734) 评论(0) 推荐(0)