answersLogoWhite

0


Best Answer

Operator overloading allows c/c++ operators to have user defined meanings on user defined types. For example + operator is used to add to numbers but we can also use it for concatenating a string the only limitation is you cannot change the literal meaning of the operator.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the advantage and disadvantage of operator overloadin?
Write your answer...
Submit
Still have questions?
magnify glass
imp