问题:
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) {}
Given:
1. public class ConstOver {
2. public constOver(int x, int y, int z) {
3. }
4. }
Which two overload the ConstOver Constructor?()
● 参考解析
本题暂无解析
相关内容
相关标签