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

  1. Once you have classes, you can truly program your application by
  2. manipulating its objects.  The balance of this book builds upon
  3. the class concept.  This chapter shows how to define a class and
  4. its members, how to create objects of a class, and how to access
  5. and use class members and objects.  Later chapters introduce
  6. concepts that help you move to object-oriented programming.
  7.