Multiple Choice
When overloading an operator, which of the following is true?
A) One of the arguments must be an object of the class
B) The operator can be a friend or a member of the class.
C) The operator does not have to be a friend or a member of the class
D) All of the above
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q14: In an overloaded insertion or extraction operator,
Q15: Write the function declaration for a destructor
Q16: Given the following function declaration,<br>Friend void displayconst
Q17: Which of the following statements are true?<br>A)
Q18: If you have mutators and accessors, you
Q20: A _ function is not a member
Q21: An overloaded extraction or insertion operator should
Q22: The copy constructor for a class is
Q23: The assignment operator must be a _
Q24: A friend function needs to be passed