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

  1. One of the fundamental concepts of object-oriented programming is
  2. encapsulation.  Class definitions not only contain the data and
  3. its attributes or functions, but they also specify access control
  4. to the members of the class.  By specifying access control,
  5. the class definitions ensure that the client code only uses
  6. the class in the intended manner.
  7.