Object Oriented Programming > Chapter 15 > Flashcards
What are Friend Functions
The functions which are not member functions of the class yet they can access all private members of the class are called friend functions.
Can class also be friend
Yes