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

  1. You may, for example, have created a phonebook class that works
  2. well in one application.  For a new package, you want books that
  3. also include full mailing addresses.  If the phonebook class is
  4. appropriately designed, you can reuse it.  The characteristics
  5. of C++ that let you reuse code are described later in this book.
  6.