home *** CD-ROM | disk | FTP | other *** search
- When you declare an array of objects of class type, a default
- constructor is used for each element of the array. If the class
- has no explicit constructor, the compiler can supply the default
- constructor. If the class has any other constructor and no
- user-defined default, the compiler cannot supply its default
- constructor and cannot compile the code successfully.
-