第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

為什么子類this.seat和super.seat的輸出值是一樣的呢?

為什么子類this.seat和super.seat的輸出值是一樣的呢?

Refactor易先生 2015-06-14 16:36:25
package com.imooc3;public class Bus { int seat;//座位數(shù) float price; public void showSeat(){ ?this.seat=47; ?System.out.println("Bus的座位數(shù)為:"+seat); } public Bus(int seat){ ?System.out.println("父類的構(gòu)造方法"); ?this.seat=seat; }package com.imooc3;public class Car extends Bus { public void showSeat(){ //方法重寫 ?System.out.println("父類的Bus的座位數(shù)為"+super.seat); ?int seat=4; ?System.out.println("子類car的座位數(shù)為"+this.seat); ? ? ? ? ? ? //為什么用this.seat和super.seat輸出的值是一樣的呢 ?System.out.println("父類的Bus的座位數(shù)為"+super.seat); } public Car(int seat){ //帶參構(gòu)造方法 ?super(seat); ?System.out.println("子類的構(gòu)造方法"); }}package com.imooc3;public class Test {public static void main(String[] args) { ?// TODO Auto-generated method stub ?Car honda=new Car(55); ?honda.showSeat(); }}最后結(jié)果是:父類的構(gòu)造方法子類的構(gòu)造方法父類的Bus的座位數(shù)為55子類car的座位數(shù)為55父類的Bus的座位數(shù)為55 ? ? ? ? ? ?
查看完整描述

1 回答

?
chavin

TA貢獻(xiàn)46條經(jīng)驗(yàn) 獲得超7個(gè)贊

子類繼承父類的問題,你可以多參考一下相關(guān)的資料,等你知道了它的運(yùn)行先后順序你就明白了

查看完整回答
反對(duì) 回復(fù) 2015-06-14
  • 1 回答
  • 0 關(guān)注
  • 1638 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)