answersLogoWhite

0

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

10y ago

What else can I help you with?