home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08132.TXT < prev    next >
Encoding:
Text File  |  1993-09-15  |  317 b   |  6 lines

  1. Simply nesting a class definition inside another class does not
  2. instantiate the inner class.  For example, the class Tree does not
  3. contain a Node object until the data member "root" is declared.
  4. The inner class can have compiler-supplied and user-defined
  5. constructors and destructors, just like any other class.
  6.