【单选题】The following statement about operator overloading, which one is wrong? 下列关于运算符重载的说法中,错误的是
A.
new and delete operators can be overloaded new和delete运算符可以重载
B.
Scope resolution operator "::" cannot be overloaded 作用域分辨符“::”不能重载
C.
All operators can be overloaded as both member and non-member functions of a class 所有运算符既可以作为类的成员函数重载,又可以作为非成员函数重载
D.
Overloaded operators cannot change the number of their original operands 重载运算符不能改变其原有的操作数个数