07 2016 档案

普通方法多态,属性,私有方法和静态方法不多态
摘要:public class B extends P { int a = 33; public B() { System.out.println("B" + a); a = 44; diplay(); } @Override public void diplay() { System.out.... 阅读全文

posted @ 2016-07-23 15:52 于敬晖 阅读(505) 评论(0) 推荐(0)

导航