Get premium membership and access questions with answers, video lessons as well as revision papers.

State restrictions on operator overloading

      

State restrictions on operator overloading.

  

Answers


Francis
1.You cannot change the precidence and associativity of an operator overloading
2.you cannot change the meaning of how the operator works on objects of fundamental types.
3.Only the existing operator can be overloaded.
4.you cannot change the "arity" of an operator.
Francis Nkurumwa answered the question on February 8, 2018 at 13:09


Next: Define term function overloading as applied in C++
Previous: Outline seven steps followed in structured system development

View More Computer Science Questions and Answers | Return to Questions Index


Learn High School English on YouTube

Related Questions