摘要: TestInherits.java class Grandparent { public Grandparent() { System.out.println("GrandParent Created."); } public Grandparent(String string) { S... 阅读全文
posted @ 2018-11-07 17:08 锦瑟流年3344 阅读(123) 评论(0) 推荐(0)