A.類定義時 B.創(chuàng)建對象時 C.調(diào)用對象方法時 D.使用對象的變量時
A.new MyClass() B.MyClass(){} C.MyClass{} D.public class MyClass
A.本地方法 B.靜態(tài)方法 C.最終方法 D.抽象方法