摘要: 父方法如果是私有属性(private)就不能再子方法中重写 public class ExtendTest { public static void main(String[] args) {//主方法 new Child().prt(); } } class Child extends Fathe 阅读全文
posted @ 2014-03-18 14:03 紫系流月 阅读(259) 评论(0) 推荐(0)