Given:<br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/2018080116350140328.jpg" /><br /> What is the result?()<p> Given:<br /> <img src="https://img.ppkao.com/2018-08/longzhengxuan/2018080116350140328.jpg" /><br /> What is the result?()</p>
A、A.Compilation fails because of an error in line 7.
B、B.Compilation fails because of an error in line 9.
C、C.If you define D e = new E(), then e.bMethod() invokes the version of bMethod() defined in Line 5.
D、D.If you define D e = (D)(new E()), then e.bMethod() invokes the version of bMethod() defined in Line 5.
E、E.If you define D e = (D)(new E()), then e.bMethod() invokes the version of bMethod() defined in Line 9.