Click the Exhibit button.<br /> <img src="https://img.ppkao.com/2018-08/wenxueying/2018080116014898764.png" /><br /> What two must the programmer do to correct the compilation errors?()<p> Click the Exhibit button.<br /> <img src="https://img.ppkao.com/2018-08/wenxueying/2018080116014898764.png" /><br /> What two must the programmer do to correct the compilation errors?()</p>
A、A.insert a call to this() in the Car constructor
B、B.insert a call to this() in the MeGo constructor
C、C.insert a call to super() in the MeGo constructor
D、D.insert a call to super(vin) in the MeGo constructor
E、E.change the wheelCount variable in Car to protected