filmov
tv
Polymorphism - 004 | What is Operator Overloading in c++ ? #interviewquestions

Показать описание
Operator Overloading concept is used to perform some arithmetic operation (like - addition, subtraction, multiplication etc) on user defined class objects.
This is a sub-type of compile time polymorphism.
This is a sub-type of compile time polymorphism.