friend
What is the conceptual purpose of the C++ reserved word friend? What does it enable that would not otherwise be possible?
The friend of an object can access private and protected members from outside of that object.
Topic archived. No new replies allowed.