home *** CD-ROM | disk | FTP | other *** search
- In a class definition, the keyword friend can be placed before the
- declaration of another class or a function that is not a member of
- the class being defined. Here, member functions of the class
- Gopher and the function fetch() are friends of objects of the
- class Helper. You can place the declaration of a friend anywhere
- inside a class definition.
-