A VBA project must declare four classes. How many class modules are needed?
four (one for each class)
as many as are required by the variable types that the objects return
one (each class is declared in the same module)
two (one for the properties and one for the methods)