Operator Overloading in C++
In this video the concept or idea of Operator Overloading is Explained so that it becomes easier for you to understand the program easily.
C++ allows to specify more than one definition for a function name or an operator in the same scope, which is called function overloading and operator overloading.
Enjoy Learning .