The friend keyword allows classes or functions not normally associated with a
given class to have access to the private data of that class. While defining a friend function you need not use the keyword „friend” or use scope operator
Related Topics: class