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:

Verified
Correct Answer:
Verified
Q1: Y and z are user-defined objects and
Q3: Because the postfix increment operator returns objects
Q13: To prevent class objects from being copied:<br>A)
Q17: Which of the following is false?<br>A) A
Q27: Which statement about operator overloading is false?<br>A)
Q28: Proxy classes are best described as an
Q28: The delete [] operator:<br>A) Can terminate the
Q29: In addition to hiding the implementation details
Q30: The array subscript operator [], when overloaded,
Q31: To implicitly overload the += operator:<br>A) Only