<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 周銳 閱讀(296) 評論(0)  編輯  收藏 所屬分類: Java
    主站蜘蛛池模板: 99久久99这里只有免费费精品| 成年人视频免费在线观看| 国产精品成人免费福利| 久久亚洲AV无码精品色午夜麻| 中文字幕亚洲精品| 亚洲va中文字幕| 久久99青青精品免费观看| 韩国免费三片在线视频| 亚洲综合精品香蕉久久网| 亚洲成a人片在线观看精品| 精品久久久久久国产免费了| aa级一级天堂片免费观看| 亚洲精品乱码久久久久久按摩| 亚洲中文字幕无码中文| 午夜精品射精入后重之免费观看 | 免费无码又黄又爽又刺激| 久久久久亚洲AV综合波多野结衣| 亚洲粉嫩美白在线| 久久久久久毛片免费播放| 亚洲VA综合VA国产产VA中| 亚洲精品白色在线发布| 97在线免费观看视频| 国产成人免费a在线视频app | 成人无码区免费A片视频WWW| 亚洲区视频在线观看| 久久久精品午夜免费不卡| 亚洲VA综合VA国产产VA中| 国产亚洲精品免费视频播放| 无码专区一va亚洲v专区在线 | 亚洲av色香蕉一区二区三区| 国产va在线观看免费| 亚洲日韩精品无码专区网站| 亚洲精品无码成人| 青青草a免费线观a| 亚洲国产人成在线观看| 日本免费一本天堂在线| 亚洲综合精品成人| 国产偷国产偷亚洲高清日韩| 无码AV片在线观看免费| 国产亚洲一卡2卡3卡4卡新区| 岛国片在线免费观看|