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

  1. Using classes and objects is an appropriate way of modeling
  2. elements in a great many applications.  Graphics objects are often
  3. the basis of modern graphics applications and graphical user
  4. interfaces.  Classes can represent constructs such as stacks,
  5. lists, and collections of many sorts.  Later chapters of this book
  6. show how to build new classes using existing classes, and ways of
  7. defining families of classes.
  8.