...

/

Friend Declarations

Friend Declarations

In this lesson, we'll study friend declarations and how they are useful in classes.

We'll cover the following...

The friend declaration appears in a class body and grants a function or another class access to private and protected members of the class where the friend declaration appears. ...