複選題
71 
5e4cad3755d10.jpg
What is the result?
(A) Compilation fails because of an error in line 3.
(B) Compilation fails because of an error in line 7.
(C) Compilation fails because of an error in line 9.
(D) If you define D e = new E(), then e.bMethod() invokes the version of bMethod() defined in Line 5.
(E) If you define D e = D(new E()), then e.bMethod() invokes the version of bMethod() defined in Line 5. 
(AB) If you define D e = D(new E()), then e.bMethod() invokes the version of bMethod() defined in Line 9.

答案:登入後查看
統計: A(13), B(9), C(2), D(3), E(5) #2194148