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

  1. Programs that use classes are called client code.  Because of
  2. encapsulation, clients can access a class only through the
  3. established interface.  Each class has a contract with the
  4. client; it must perform correctly in response to all valid
  5. messages sent by the client.
  6.