Which statement best describes a friend class?
Friend classes do not have any implementation.
A friend class can access the private and protected members of the class in which it is declared as a friend.
A friend class can access only protected members of the class of which it is a friend.
Friend classes support base class when necessary.