Solved

Which Situation Would Require the Operator to Be Overloaded as a Global

Question 31

Multiple Choice

Which situation would require the operator to be overloaded as a global 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