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

  1. When you define a C++ class, you are building a package with
  2. an interface for client code to use.  Like the drinks machine,
  3. your class contracts to perform the expected activities, but not
  4. to reveal the internals of its implementation.
  5.