单项选择题
A.protected float getVar (){return x;}B.public float ge……
有以下程序:
下面哪个方法加到程序中的“//insert code here”位置是有效的重定义父类的方法?()
A.protected float getVar (){return x;}
B.public float getVar(){return x;}
C.protected float double getVar(){return x;}
D.public float getVar(float f){return f;}