问题详情

答题翼 > 问答 > 计算机类考试 > 正文
目录: 标题| 题干| 答案| 搜索| 相关

Click the Exhibit button. What two must the programmer do to correct the compilation errors? ()


Click the Exhibit button. 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;

参考答案
您可能感兴趣的试题