home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05144.TXT < prev    next >
Encoding:
Text File  |  1993-11-06  |  312 b   |  6 lines

  1. Data members of a class are available to member functions.  Member
  2. functions can call other member functions and any other functions
  3. that have been declared.  By convention, in C++ you do not use
  4. naming practices, such as adding the prefix "str" of the C
  5. string library, to identify class member functions.
  6.