Short Answer
A _________ function is not a member of the class, but has access to the private members of the class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
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