ANSWER:
C:
In a class module, one copy of the module's data is created for each instance of the class. This means there is a copy of the data for each object created from the class module.
Answers in Depth...