Defining Multiple Operators
Let’s discuss how to overload multiple operators simultaneously.
We'll cover the following...
Use of multiple operators
To keep the code samples short, we have used only the ++
, +
, and +=
operators. It is conceivable that when one operator is overloaded for a ...