What is operator overloading in Cpp? All Questions › Category: Cpp Language › What is operator overloading in Cpp? 0 Vote Up Vote Down chetan shidling asked 4 years ago I need short information. 1 Answers 0 Vote Up Vote Down chetan shidling answered 4 years ago C++ has the ability to give the operators a special meaning for a data type. The mechanism of giving such special meaning to an operator is known as operator overloading.