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

  1. So far, this discussion has skipped the important issues of
  2. allocating storage and setting initial values for objects of class
  3. type.  One reason is that by convention, data members are private,
  4. and you access them through the member functions.  Another reason
  5. is that initialization is usually through special member functions
  6. called constructors.
  7.