Short Answer
The operator function that overloads the insertion operator,<<,or the extraction operator,>>,for a class must be a(n)____________________ function of that class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: The associativity of the operator = is
Q14: To include the operator function operator+ as
Q15: Which of the following is the general
Q18: If you overload the binary arithmetic operator
Q20: Every object of a class maintains a
Q28: A friend function does not have access
Q39: Suppose cType is a class template, which
Q40: The _ members of a class are
Q43: Passing a parameter to a class template
Q47: Classes with pointer member variables must include