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

  1. With classes, the distinction disappears between setting up data
  2. structures to model your application and finding algorithms to
  3. make the data structures perform correctly.  Now classifications
  4. based on the behavior of objects and how they interface with
  5. other objects can be built into your abstract data types.  Just as
  6. a hot-drink machine is operated by pressing buttons, a phonebook
  7. class has a clearly defined interface for the client code.
  8.