what are the differences between a bas module and a cls module??
Printable View
what are the differences between a bas module and a cls module??
cls are like .dll's that you reference.
bas is just a container that stores code, but doesnt have a window.
1. If you declare any public thing in bas module, it will be global and equally accessible from all the project, But to use any member of class module you'll first have to create its Object.
2. Module contains code, Class builds your program structure and blueprint.
Class modules are mostly used for Object Oriented Programming.
As in OOPS, why did I learn this stupid way of programming
(I know Im gonna get a lot of crap for that one)
I am hurt:(