閱讀程序,輸出結(jié)果為()
A.2,3,2 B.3,3,2 C.1,3,2 D.3,2,3
執(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(){}