Which feature in OOP is used to allocate additional functions to a predefined operator in any language?

Which feature in OOP is used to allocate additional functions to a predefined operator in any language? Correct Answer Operator Overloading

The feature is operator overloading. There is not a feature named operator overriding specifically. Function overloading and overriding doesn’t give addition function to any operator.
Bissoy MCQ

Related Questions

Which feature in OOP is used to allocate additional function to a predefined operator in any language?