Question: When you define a new class of object, where do you assign a name to it?

  1. in the class module's name
  2. in the class module's code
  3. in a standard module's code
  4. in a standard module's Properties

Answer: The correct answer of the above question is Option D:in a standard module's Properties