Multiple Choice
To use an operator on user-defined class objects, operator overloading:
A) Must always be used.
B) Must always be used, with three exceptions.
C) Must never be used, with three exceptions.
D) Must never be used.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Y and z are user-defined objects and
Q2: Which of the following is not a
Q3: Because the postfix increment operator returns objects
Q8: There exists a data type Date with
Q17: Which of the following is false?<br>A) A
Q19: Assume that the function call operator() is
Q26: Suppose you have a programmer-defined data type
Q27: Which statement about operator overloading is false?<br>A)
Q31: To implicitly overload the += operator:<br>A) Only
Q33: The conventional way to distinguish between the