摘要:
对初学者来说,两个比较好的例子,写出JAVA下的输出结果1)public class Test { public static void main(String[] args) { Child child = new Child();} } class Parent { Parent() { System.out.println("to construct Parent."); } } clas... 阅读全文
posted @ 2005-11-02 09:58
jackyrong的世界
阅读(487)
评论(0)
推荐(0)