• 2022-07-22
    下面选项中,( )是合法的构造方法的重载ConstOver() { }
    A: protected int ConstOver() { }
    B: private ConstOver (int z, int y, byte x) { }
    C: public Object ConstOver (int x, int y, int z) {}
    D: public void ConstOver (byte x, byte y, byte z) { }