home *** CD-ROM | disk | FTP | other *** search
- A most important feature of classes is the ability to declare some
- members private, so that they are hidden from the outside program,
- and declare other members public. The public functions and
- members form the interface to objects of that class. The result
- is a more robust and natural style of modular programming than was
- possible in languages such as the C language.
-