Solved

Which Situation Would Require the Operator to Be Overloaded as a Non-Member

Question 23

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions