高等继续教育 / 面向对象程序设计
正确率:100%
题型描述: 多选题
类A中重载运算符new为成员函数的定义如下: void * operator new ( size_t size, int x, int y){…} 则使用重载new的方法错误的是:( )
A.new A;
B.new A (1,2,3);
C.new (1,2,3);
D.new (1,2,3)A;
类A中重载运算符new为成员函数的定义如下: void * operator new ( size_t size, int x, int y){…} 则使用重载new的方法错误的是:( )
A.new A;
B.new A (1,2,3);
C.new (1,2,3);
D.new (1,2,3)A;
参考答案:
佳题速递: