Java多態性,從內存的角度分析

  this:  最終子類的地址this super:每一層的父類code 因此無論每一層的this都是指向最下層子類,若是找不到方法就去上找,直到找到方法blog public class Test {   public static void main(String[] args) { Animal a = new Dog();   a.shout();
相關文章
相關標籤/搜索