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

  1. This application program begins by declaring "TelBook" to be an
  2. object of the PhoneBk.  Next the program calls the member function
  3. init() to prepare this PhoneBk object for use.  The next chapter
  4. shows how a constructor member function can be used to set up an
  5. object of a class automatically.
  6.