home *** CD-ROM | disk | FTP | other *** search
- An object of a class is an instance of its class. The
- declaration of a class object is much like that of an object
- of built-in type. The type of the object is the class. Here are
- the declarations of three class objects and of one integer.
- Notice that the keyword class is used only in the declaration of
- "storm". The keyword class is required when another object with
- the same identifier as the classname is also in the enclosing
- scope.
-