Home > Back-end >  The operator overloading is wrong
The operator overloading is wrong

Time:11-12

The following list of operator overloading function not incorrect is (A)
(A) the Product operator + (const Product & amp; A, const Product & amp; B);
(B) Product& Operator++ (Product & amp; A);
(C) Product& Operator - (const Product & amp; A);
(D) Product& Operator=(Product & amp; A, const Product & amp; B);
  • Related