Creating a class object

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: Getting the class of an object]
[Next: Using Renew or somRenew]