试题详情
- 多项选择题 What two must the programmer do to correct the compilation errors?()
A、insert a call to this() in the Car constructor
B、insert a call to this() in the MeGo constructor
C、insert a call to super() in the MeGo constructor
D、insert a call to super(vin) in the MeGo constructor
E、change the wheelCount variable in Car to protected
F、change line 3 in the MeGo class to super.wheelCount=3
- D,E
关注下方微信公众号,在线模考后查看
热门试题
- The JSP d
- Consider the&en
- public class&e
- A developer&en
- Which is
- 关于抽象类与最终类,下列说法错误的是()
- 现有: int
- 菜单有两种表象形式:菜单栏&弹出式菜单。
- 已知: 下面哪些语句是和第2行等价的(
- 举例说明多态。
- Which is
- 10. class&ensp
- 对象的finalize函数的作用是什么(
- 程序: cla
- 中间容器,原子组件,菜单栏,工具栏等都直
- 如下代码,执行test()函数后,屏幕打
- 下列哪种异常是检查型异常,需要在编写程序
- java关于异常处理机制的叙述哪些正确(
- 10. class&ensp
- Java语言中表达式10/3的结果是哪项