home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06144.TXT < prev    next >
Encoding:
Text File  |  1993-08-18  |  373 b   |  7 lines

  1. When you declare an array of objects of class type, a default
  2. constructor is used for each element of the array.  If the class
  3. has no explicit constructor, the compiler can supply the default
  4. constructor.  If the class has any other constructor and no
  5. user-defined default, the compiler cannot supply its default
  6. constructor and cannot compile the code successfully.
  7.