home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05131.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  296 b   |  6 lines

  1. The PhoneBk class shows three of the functions that are the
  2. interface for using objects of the type PhoneBk.  Notice that the
  3. bodies for these functions are not included in the class
  4. definition.  This chapter explains how to separate the definitions
  5. from the prototypes of member functions.
  6.