執(zhí)行main函數(shù)時(shí),輸出結(jié)果是()
A.123 B.114 C.132 D.無(wú)輸出
選項(xiàng)中哪一行代碼可以替換題目中//addcodehere而不產(chǎn)生編譯錯(cuò)誤?()
A.public abstract void another Method(inta); B.public abstract void method(); C.public int method(); D.public abstract void another Method(){}
運(yùn)行下列程序,運(yùn)行結(jié)果為()
A.0 B.1 C.2 D.編譯失敗