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:

Verified
Correct Answer:
Verified
Q18: Which of the following statements about a
Q19: Assume that the function call operator() is
Q20: Which of the following is false about
Q21: The correct function name for overloading the
Q22: The prototypes of overloaded cast operator functions
Q24: The array subscript operator [], when overloaded,
Q25: Suppose the unary ! operator is an
Q26: Suppose you have a programmer-defined data type
Q27: Which statement about operator overloading is false?<br>A)
Q28: The delete [] operator:<br>A) Can terminate the