问题:
Which two are valid examples of method overriding?()
A . float getVar() {return x:}
B . public float getVar() {return x; }
C . public double getVar() {return x; }
D . protected float getVar() {return x; }
E . public float getVar(float f) {return f;}
Which two are valid examples of method overriding?()
● 参考解析
本题暂无解析
相关内容
相关标签