|
-
Mar 23rd, 2002, 10:55 PM
#1
Thread Starter
Hyperactive Member
Differences?
what are the differences between a bas module and a cls module??
-
Mar 23rd, 2002, 11:22 PM
#2
The picture isn't missing
cls are like .dll's that you reference.
bas is just a container that stores code, but doesnt have a window.
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Mar 26th, 2002, 02:52 AM
#3
Frenzied Member
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.
-
Mar 26th, 2002, 02:55 AM
#4
Addicted Member
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)
-
Mar 26th, 2002, 03:20 AM
#5
Frenzied Member
I am hurt
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|