home *** CD-ROM | disk | FTP | other *** search
- Where and how an object is declared determines not only its scope
- and size, but also where it is placed in memory. While your
- program is running, its executable image, including class member
- functions, is stored in a reserved text area. Objects and
- data members used by the program also reside in memory during
- their lifetimes, but, unlike the code, are created and destroyed
- during program execution.
-