Given: 1. public class ConstOver { 2. public constOver(int x, int y, int z) { 3. } 4. } Which two overload the ConstOver Constructor?()
- A、 ConstOver() {}
- B、 protected int ConstOver(){}
- C、 private ConstOver(int z, int y, byte x ) {}
- D、 public Object ConstOver(Int x, int y, int z) {}
- E、 pubic void ConstOver (byte x, byte y, byte z) {}
正确答案:A,C
答案解析:有

微信扫一扫手机做题