Given:<br /> <img src="https://img.ppkao.com/2018-08/wenxueying/2018080111582742271.png" /><br /> Which three methods, inserted individually at line 14, will correctly complete class Two?()<p> Given:<br /> <img src="https://img.ppkao.com/2018-08/wenxueying/2018080111582742271.png" /><br /> Which three methods, inserted individually at line 14, will correctly complete class Two?()</p>
A、A.int foo() { /* more code here */ }
B、B.void foo() { /* more code here */ }
C、C.public void foo() { /* more code here */ }
D、D.private void foo() { /* more code here */ }
E、E.protected void foo() { /* more code here */ }