Saved Bookmarks
| 1. |
Suppose that class Y is a friend of class X, meaning that the member functions of class Y have access to all the members of class X. Should the friend key word appear in class Y’s declaration or in class X’s declaration? |
| Answer» | |