a.The actual instantiated class is the class defined in the codefile.
b.The actual instantiated class is dynamically created and has a base
class defined in the codefile.
c.The actual instantiated class is dynamically created and has a member
representing the class defined in the codefile.
d.The actual instantiated class is dynamically creates and is a co-class
of the class defined in the CodeFile.