home *** CD-ROM | disk | FTP | other *** search
- The member function init() initializes a PhoneBk object. It sets
- the data member "numEntry" to 0 to indicate that the PhoneBk is
- empty. This is an inline function because its body appears
- inside the class definition. The first improvement to this
- implementation will be to replace init() with a special form of
- member function called a constructor.
-