What is operator overloading in C++?

What is operator overloading in C++? Correct Answer All of the mentioned

Operator overloading helps programmer to give his/her own meaning to an operator for user defined data types(eg, classes).

Related Questions

When the friend operator overloading is converted into member operator overloading _______________
Which of the following statements is NOT valid about operator overloading?
Operator overloading is ___________
Which is the correct statement about operator overloading?