home *** CD-ROM | disk | FTP | other *** search
- The identifiers of class members have class scope. This means
- that they are visible only in member functions of that class. To
- be visible in other parts of the program, identifiers of public
- members must be qualified by the name of an object of the class.
- Identifiers of static public members can also be qualified by the
- classname.
-