AAn object type is a user-defined composite data type.
BThe attributes of an object type can be those of other object types.
CA PL/SQL table of records is an example of a nested object type.
DAn object type must be declared as a type before the actual object itself can be declared.