试题详情
- 多项选择题 class BaseClass{ private float x= 1.0f; protected void setVar (float f) {x = f;} } class SubClass extends BaseClass { private float x = 2.0f; //insert code here 16. } Which two are valid examples of method overriding?()
A、 Void setVar(float f) {x = f;}
B、 Public void setVar(int f) {x = f;}
C、 Public void setVar(float f) {x = f;}
D、 Public double setVar(float f) {x = f;}
E、 Public final void setVar(float f) {x = f;}
F、 Protected float setVar() {x=3.0f; return 3.0f; }
- C,E
关注下方微信公众号,在线模考后查看
热门试题
- 如何定义保护级的成员函数或是成员变量?(
- public class&e
- class Wrench&e
- 现有: interface
- If this s
- 有一对兔子,从出生后第3个月起每个月都生
- 关于函数的返回值,以下描述中错误的是()
- int i =&e
- 类Student代码如下:D&ensp
- Class TestExce
- public class&e
- Which two
- 获取File实例所封装文件长度的方法是?
- 现有: class&ens
- public classYippee{
- System.out.format(&
- What is th
- 对于没有返回值的函数,能否带有retur
- 12. void
- 在Swing GUI编程中,