Question

Q2: Which situation would require the operator to be overloaded as a non-member function?
a. The overloaded operator is =.
b. The left most operand must be a class object (or a reference to a class object).
c. The left operand is an int.
d. The operator returns a reference.

Answer

This answer is hidden. It contains 24 characters.