摘要:
class Base { private String name = "base"; public Base(){ tellName(); printName(name); } public void tellName(){ System.out.println("Base tell name... 阅读全文
posted @ 2013-10-11 10:40
bingtel
阅读(183)
评论(0)
推荐(0)
浙公网安备 33010602011771号