#124 – Friend classes – Hooray for friendship
Just as a class can grant private access to a non-member function via friend functions, it can also grant private access to an entire class. This can be beneficial if there is a coupling between two classes. Introducing friend classes…