Get Answers to all your Questions

header-bg qa

What is operator overloading?

Answers (1)

best_answer

When operators show different behaviour in different situation is called Operator overloading. 

E.g. Operator + , works are SUM when operands are integer and concatenation when operands are strings.

Posted by

Deependra Verma

View full answer