试题详情
- 多项选择题 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
关注下方微信公众号,在线模考后查看
热门试题