找考题网-背景图
多项选择题

A类有属性balance,A类继承自B类,覆盖了balance属性,下面在A中哪种方法访问的是B类的balance属性()

A.balance
B.this.balance
C.super.balance
D.super.getBalance()