Multiple Choice
How many parameters are there in a binary operator implemented as a friend?
A) 0
B) 1
C) 2
D) as many as you need
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q25: Who can access private data in a
Q27: Which of the following would be an
Q28: If obj1 and obj2 are both objects
Q29: Which of the following are valid declarations
Q30: The destructor for a class is called<br>A)
Q31: Friend functions are members of the class.