A class object is created automatically the first time the <className>New macro (for C) or the new operator (C++) is invoked to create an instance of that class. In other situations, however, it may be necessary to create a class object explicitly, as this section describes.


[Back] [Next]