Question

Q4: To implicitly overload the += operator:
a. Only the + operator needs to be overloaded.
b. Only the = operator needs to be overloaded.
c. Both the + and = operators need to be overloaded.

Answer

This answer is hidden. It contains 44 characters.