Given:<br /> <img src="https://nimg.ppkao.com/2018-08/longzhengxuan/2018080210520884521.jpg?sign=f8802555017dba637aeeba4998b086f1&t=62d35901" /><br /> Which three methods, inserted individually at line 14, will correctly complete class Two?()
A、int foo() { /* more code here */ }
B、void foo() { /* more code here */ }
C、public void foo() { /* more code here */ }
D、private void foo() { /* more code here */ }
E、protected void foo() { /* more code here */ }