Multiple Choice
In an overloaded insertion or extraction operator, which object should be the first parameter, the stream or the object of the class?
A) the stream
B) the object
C) it doesn't matter
D) none of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: How many parameters are there in a
Q10: If we have a full selection of
Q11: Why are the extraction and insertion operators
Q12: Write the function declaration for an assignment
Q13: In order to do automatic type conversion
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
Q19: When overloading an operator, which of the