home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05241.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  259 b   |  5 lines

  1. The term "class" is used both as a general term, and as a C++
  2. keyword.  This is a common practice among C++ programmers.  There
  3. are three types of classes (in the general sense of the word):
  4. classes, structures, and unions, each with specific properties.
  5.