ParentChildTest.java
摘要:
public class ParentChildTest { public static void main(String[] args) { Parent parent=new Parent(); parent.printValue(); Child child=new Child(); ... 阅读全文
posted @ 2015-11-15 11:15 丿唐小东 阅读(200) 评论(0) 推荐(0) 编辑