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

  1. In object-oriented programming, a large portion of the programming
  2. effort goes into defining abstract data types.  In C++, the
  3. components, or the data and the functions associated with abstract
  4. data types, are defined as classes.  C++ classes also specify how
  5. particular abstract data types can be used by the rest of the
  6. program.
  7.