<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
    主站蜘蛛池模板: 无人在线直播免费观看| 免费精品国产自产拍在线观看| 好男人资源在线WWW免费| 国产成人青青热久免费精品| 亚洲s码欧洲m码吹潮| 免费jlzzjlzz在线播放视频| 老司机精品视频免费| 精品国产日韩亚洲一区| 免费在线看污视频| 911精品国产亚洲日本美国韩国 | 亚洲第一香蕉视频| 最近中文字幕免费mv在线视频| 亚洲免费在线视频播放| 日本不卡在线观看免费v| xxxxx做受大片视频免费| 久久久亚洲欧洲日产国码农村| 永久黄色免费网站| 亚洲欧洲无码一区二区三区| 日韩精品内射视频免费观看| 亚洲国产高清在线一区二区三区 | 亚洲最大中文字幕| 成年人在线免费看视频| 国产亚洲午夜精品| 亚洲AV无码久久| 91免费资源网站入口| 日韩精品免费一线在线观看| 久久精品国产精品亚洲精品 | 四虎免费久久影院| a级毛片在线免费观看| 亚洲精品不卡视频| 免费在线观看a级毛片| 99国产精品免费观看视频| 亚洲熟女www一区二区三区| 中文字幕亚洲无线码| 91成人免费观看网站| 成人午夜影视全部免费看| 亚洲欧洲日产国码www| 国产91在线免费| 5555在线播放免费播放| 杨幂最新免费特级毛片| 亚洲网红精品大秀在线观看|