Given: Which two methods, inserted individually, correctly complete the Three class?()
- 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; }
正确答案:C,D
答案解析:有
微信扫一扫手机做题