home *** CD-ROM | disk | FTP | other *** search
- So far, this discussion has skipped the important issues of
- allocating storage and setting initial values for objects of class
- type. One reason is that by convention, data members are private,
- and you access them through the member functions. Another reason
- is that initialization is usually through special member functions
- called constructors.
-