摘要: class Father{ private String a = "father"; public Father(){ say(); } public void say(){ System.out.println("i'm father"+a); } } class Sub extends Fath 阅读全文
posted @ 2021-08-25 23:32 hehell 阅读(59) 评论(0) 推荐(0)