单项选择题
A、 operator/(x.operato--(),y); B、 operator/(operator--(x),y); C、 x.operator--().operator/(y); D、 y.operator/(operator--(x));
A、TestClass (TestClass &other) number=other.number; B、TestClass (TestClass other)number=other.number; C、 TestClass (TestClass &other)number; D、TestClass (&other) number=other.number;
A、true B、false C、 不确定 D、 异常