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

热门试题