Answers

Question and Answer:

  Home  C++ Friend

⟩ What are friend classes?

The friend function is a ‘non member function’ of a class. It can access non public members of the class. A friend function is external to the class definition.

 182 views

More Questions for you: