<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    posts - 431,  comments - 344,  trackbacks - 0

    在Java1.4及以前,子類方法如果要覆蓋超類的某個方法,必須具有完全相同的方法簽名,包括返回值也必須完全一樣。
    Java5.0放寬了這一限制,只要子類方法與超類方法具有相同的方法簽名,或者子類方法的返回值是超類方法的子類型,就可以覆蓋。
    注意:"協變返回(covariant return)",僅在subclass的返回類型是superclass返回類型的extension時才被容許。
     

    package com.eric.news;

    public class Point2D {

     protected int x, y;
     
     public Point2D() {
      this.x = 0;
      this.y = 0;
     }
     public Point2D(int x, int y) {
      this.x = x;
      this.y = y;
     }
     
    }


    package com.eric.news;

    public class Point3D extends Point2D {

     protected int z;
     
     public Point3D(int x, int y) {
      this(x, y, 0);
     }
     public Point3D(int x, int y, int z) {
      this.x = x;
      this.y = y;
      this.z = z;
     }
    }



    package com.eric.news;

    public class Position2D {
     Point2D location;
     
     public Position2D() {
      this.location = new Point2D();
     }
     
     public Position2D(int x, int y) {
      this.location = new Point2D(x, y);
     }
     
     public Point2D getLocation() {
      return location;
     }
    }


    package com.eric.news;

    public class Position3D extends Position2D {

     Point3D location;
     
     public Position3D(int x, int y, int z) {
      this.location = new Point3D(x, y, z);
     }
     
     public Point3D getLocation() {
      return location;
     }
    }

    posted on 2008-04-22 22:45 周銳 閱讀(286) 評論(0)  編輯  收藏 所屬分類: Java
    主站蜘蛛池模板: 亚洲女女女同性video| 亚洲综合成人网在线观看| 亚洲午夜精品一区二区麻豆| 一级特黄aa毛片免费观看| 亚洲午夜久久久久久噜噜噜| 国产精品极品美女自在线观看免费| 全部免费国产潢色一级| 免费夜色污私人影院网站| 免费中文字幕一级毛片| 丰满少妇作爱视频免费观看| 亚洲精品tv久久久久| 黄 色一级 成 人网站免费| 亚洲色无码专区在线观看| 日韩电影免费在线观看中文字幕| 欧洲亚洲国产清在高| 久久国产色AV免费观看| ass亚洲**毛茸茸pics| 午夜成年女人毛片免费观看| 久久久久亚洲精品无码网址色欲 | 亚洲精品福利你懂| 中文字幕无码视频手机免费看| 亚洲男人天堂2022| 日韩免费观看的一级毛片| 二级毛片免费观看全程| 国产亚洲精品va在线| 永久黄色免费网站| 亚洲第一第二第三第四第五第六 | 毛片基地免费视频a| 亚洲av永久无码精品网址| 亚洲av无码成人精品区在线播放| 久久国产免费直播| 亚洲视频精品在线观看| 午夜dj免费在线观看| 丰满妇女做a级毛片免费观看| 午夜影视日本亚洲欧洲精品一区| 成年性生交大片免费看| 未满十八私人高清免费影院| 亚洲国产天堂久久综合网站| 成人免费男女视频网站慢动作| 一个人看的hd免费视频| 中文字幕亚洲综合精品一区|