複選題
89 
What two must the programmer do to correct the compilation errors? (Choose two.)
(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 (AB) change line 3 in the MeGo class to super.wheelCount = 3;

(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
答案:登入後查看
統計: A(4), B(2), C(2), D(13), E(11) #2194166
統計: A(4), B(2), C(2), D(13), E(11) #2194166