閱讀程序,輸出結果為()
A.2,3,2 B.3,3,2 C.1,3,2 D.3,2,3
執(zhí)行main函數時,輸出結果是()
A.123 B.114 C.132 D.無輸出
選項中哪一行代碼可以替換題目中//addcodehere而不產生編譯錯誤?()
A.public abstract void another Method(inta); B.public abstract void method(); C.public int method(); D.public abstract void another Method(){}