A.可以使用super調用父類的方法 B.super是表示本類引用的關鍵字 C.可以使用super調用父類的構造方法 D.可以使用super調用父類的屬性
A.*age B.0age C.age- D.age1
A.類 B.變量 C.構造方法 D.成員方法