摘要:
摘自 http://www.blogjava.net/crazycy/archive/2008/10/19/74622.html#235256 1 class Base { 2 int x = 2 ; 3 int method() { 4 return x; 5 } 6 } 7 8 class ... 阅读全文
posted @ 2009-03-30 16:56 redcoatjk 阅读(149) 评论(0) 推荐(0)
|
摘要:
摘自 http://www.blogjava.net/crazycy/archive/2008/10/19/74622.html#235256 1 class Base { 2 int x = 2 ; 3 int method() { 4 return x; 5 } 6 } 7 8 class ... 阅读全文
posted @ 2009-03-30 16:56 redcoatjk 阅读(149) 评论(0) 推荐(0) |
||