Operator Overloading is the method by which we can change the function of some specific operators to do some different task . In the above syntax Return_Type is value type to be returned to another object, operator op is the function where the operator is a keyword and op is the operator to be overloaded.