Computer Science, asked by laughing36, 1 year ago

what do you mean by operator overloading in C + +​

Answers

Answered by Anonymous
1

Operator Overloading in C++ Operator overloading is an important concept in C++. It is a type of polymorphism in which an operator is overloaded to give user defined meaning to it. ... For example '+' operator can be overloaded to perform addition on various data types, like for Integer, String(concatenation) etc.

PLEASE FOLLOW ME.....

Answered by Anonymous
0

Answer:

Operator overloading is an important concept in C++. It is a type of polymorphism in which an operator is overloaded to give user defined meaning to it. ... For example '+' operator can be overloaded to perform addition on various data types, like for Integer, String(concatenation) etc.

Similar questions