当前位置:百科知识 > 知到眼科学答案

问题描述:

[单选] 有以下程序:class BaseClass {private float x = 1.0f ;public float getVar()( return x;)}class Subclass extends BaseClass {private float x = 2.0f;// insert code here}下面哪个方法加到程序中的“//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;}
参考答案:查看
答案解析:
☆收藏

随机题目