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

  1. Almost every time you use an object in a program, the type of the
  2. object is checked to ensure that the operation makes sense.  When
  3. you pass an object to a function, apply an operator to an object,
  4. or assign a value to an object, the type of the object is checked.
  5.