[單項(xiàng)選擇題] 閱讀下列程序段,不合法的行是______。 class Computer{} class Monitor extends Computer{
2021-07-20
[單項(xiàng)選擇題] 閱讀下列程序段,不合法的行是______。 class Computer{} class Monitor extends Computer{} class HardDrive extends Computer {public void test(){ Monitor a = new Monitor(); Computer b = new Monitor(); HardDrive c = (HardDrive) a; Monitor d = b;} } ①M(fèi)onitor a = new Monitor(); ②Computer b = new Monitor(); ③HardDrive c = (HardDfive)a; ④Monitor d = b;
A.①②③
B.③④
C.①③④
D.②④
正確答案:B
詞條內(nèi)容僅供參考,如果您需要解決具體問題
(尤其在法律、醫(yī)學(xué)等領(lǐng)域),建議您咨詢相關(guān)領(lǐng)域?qū)I(yè)人士。