Transcription: 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 class name is also in the enclosing scope. you