¿Esta es tu empresa?
What is the difference between a module and class module?
Anónimo
Modules can have all declarations, subroutines and user defined functions in one place, but they are not designed to provide OOP functionalities. Class module will enable the developer to create Objects based on the OOP model.