Which two methods, inserted  individually, correctly complete the Three class?()<br /> <img src="https://nimg.ppkao.com/2018-08/zhoulian/2018080111174990866.jpg?sign=80c67b9646cc41ee7f922dbd8d018bf7&t=62d1c40b" />
A、public void foo(){ }
B、public int foo(){return 3;}
C、public Two foo(){return this;}
D、public One foo(){return this;}
E、public Object foo(){return this;}