I am trying to determine which would be more efficient : using a class or a module. I have inherited a program with many files, several forms, modules and one class. I would like to turn some modules into classes, but if there is no performance bonus, I may not. I found stuff on msdn about classes vs structures, but not about classes vs modules with subs and such.
What is the general opinion about this?
What is the general opinion about this?