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

  1. An object is a region of storage.  You normally manipulate an
  2. object through the identifier that is associated with it.  In this
  3. example, a and b are both associated with objects, as is the
  4. expression a + 5.
  5.