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

為了賬號安全,請及時綁定郵箱和手機立即綁定

9分15秒左右,那個super()不加有什么影響呢。

加的話,是什么原因,不加的話有什么影響呢。

我在這先感謝大神回答我的問題啦~

正在回答

1 回答

不加其實也沒有影響,子類的無參或者有參構(gòu)造函數(shù)都會默認(rèn)調(diào)用父類的無參構(gòu)造函數(shù),老師這里可能只是強調(diào)一下Exception中默認(rèn)構(gòu)造函數(shù)做的工作吧。

public?class?TestExtends?{
????
????public?static?void?main(String[]?args)?{
????????new?Child();
??????System.out.println("-----------");
??????new?Child(1,"1");
????}
????
}

class?Parent?{
????
????protected?Integer?id;
????protected?String?name;

????public?Parent()?{
????????System.out.println("parent?no?arg?constructor");
????}

????public?Parent(Integer?id,?String?name)?{
????????this.id?=?id;
????????this.name?=?name;
????????System.out.println("parent?all?args?constructor");
????}
}

class?Child?extends?Parent{

????public?Child()?{
????????System.out.println("child?no?arg?constructor");
????}

????public?Child(Integer?id,?String?name)?{
????????this.id?=?id;
????????this.name?=?name;
????????System.out.println("child?all?args?constructor");
????}

}

打印

parent no arg constructor

child no arg?constructor

-----------

parent no arg constructor

child all args constructor


0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消

9分15秒左右,那個super()不加有什么影響呢。

我要回答 關(guān)注問題
微信客服

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

幫助反饋 APP下載

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

公眾號

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