home *** CD-ROM | disk | FTP | other *** search
- Data members of a class are available to member functions. Member
- functions can call other member functions and any other functions
- that have been declared. By convention, in C++ you do not use
- naming practices, such as adding the prefix "str" of the C
- string library, to identify class member functions.
-