Friend Functions

We'll take a look at a special category of functions called friends.

We'll cover the following...

The private data members of a class are only accessible through the functions present in that class. Nothing from outside can manipulate the class object ...