多选题Click the Exhibit button. What two must the programmer do to correct the compilation errors?()Ainsert a call to this() in the Car constructorBinsert a call to this() in the MeGo constructorCinsert a call to super() in the MeGo constructorDinsert a cal
题目
多选题
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