71. 下列哪個選項是正確的接口定義語法?
(A) interface MyInterface { void MyMethod(); }
(B) interface MyInterface() { void MyMethod(); }
(C) interface MyInterface { public void MyMethod() { } }
(D) interface MyInterface: MyClass { void MyMethod(); }
答案:登入後查看
統計: 尚無統計資料
統計: 尚無統計資料