home *** CD-ROM | disk | FTP | other *** search
- One of the fundamental concepts of object-oriented programming is
- encapsulation. Class definitions not only contain the data and
- its attributes or functions, but they also specify access control
- to the members of the class. By specifying access control,
- the class definitions ensure that the client code only uses
- the class in the intended manner.
-