employer cover photo
employer logo

Convergys interview question

What is the difference between a module and class module?

Interview Answer

Anonymous

28 Jun 2012

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.