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? (Choose two.)

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

A.
change the wheelCount variable in Car to protected

B.
insert a call to this() in the MeGo constructor

C.
insert a call to this() in the Car constructor

D.
insert a call to super(vin) in the MeGo constructor

E.
insert a call to super() in the MeGo constructor

F.
change line 3 in the MeGo class to super.wheelCount = 3;



Leave a Reply 0

Your email address will not be published. Required fields are marked *