home *** CD-ROM | disk | FTP | other *** search
- When you define a derived class, the base classes are listed
- following the derived class name. You can specify the level of
- access that the derived class has to members of the base class by
- including an access specifier before the base class name. If you
- do not include an access specifier, "private" is assumed.
-