Respuesta :
Answer:
work in its usual way, but with programmer-defined data types
Explanation:
Operator overloading allows a programmer to define added functionality for an operator. Operator overloading allows expressivity from the user; with operator overloading, programmer will express him/herself easily.
A good reason for overloading an operator is to enable it to work in its usual ways but with programmer-defined data types.
Answer:
work in its usual way, but with programmer-defined data types
Explanation:
"Operators " in computer science can be described or explained as those symbols that help the compiler by telling it to perform some specific mathematical or logical manipulations.
Some of the examples of operators are
*Arithmetic operator
* Logical operator
* Relational operator
* Bitwise operator, among others.
A programmer is a person that writes or develops computer programs. Such as C++, fortran, cobol etc.
In this case, an overloaded operators can only work with data that have be defined by the programmer.