Answers

Question and Answer:

  Home  C++ Friend

⟩ Explain advantages of using friend classes?

A friend function has the following advantages:

- Provides additional functionality which is kept outside the class.

- Provides functions that need data which is not normally used by the class.

- Allows sharing private class information by a non member function.

 186 views

More Questions for you: