Computer Science, asked by vighaneshkapil, 11 months ago

what is operator overloading​

Answers

Answered by aishu3a
1

Answer:

Operator overloading is a technique by which operators used in a programming language are implemented in user-defined types with customized logic that is based on the types of arguments passed.

Explanation:

In computer programming, operator overloading, sometimes termed operator ad hoc polymorphism, is a specific case of polymorphism, where different operators have different implementations depending on their arguments. Operator overloading is generally defined by a programming language, a programmer, or both.

Answered by pretty1225
1

Explanation:

operator allows us to redefine the way operator works for user defineed types only objects and stuctures... ☺

Similar questions