Operator Overloading in C++ <br />In this video the concept or idea of Operator Overloading is Explained so that it becomes easier for you to understand the program easily. <br /> <br />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. <br /> <br />Enjoy Learning .