public class ConstOver { public ConstOver (int x, int y, int z) { } } 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、 Public void ConstOver (byte x, byte y, byte z) { }
正确答案:A,C
答案解析:有
微信扫一扫手机做题