|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (8 bit)
|
Class Modules
Can anyone tell me what the function of a Class Module in visual basic is? What is it for, what does it do etc. Iv looked everywhere on the net but cant find a definition. Just tutorials on how to make a new one..:S
Thanks guys Rowan *edit* The attached file is for someone else on a different subject, couldnt send it over MSN so i used this thread as a host hope thats cool. Dont try to download it - its password protected.
|
|
|
|
|
|
#2 |
|
Professional gadfly
|
Class modules are used for Object-Oriented (OO) programming. There is tons of information about OO programming out there. Class modules are the main way to implement OO programming in VB.
A thorough discussion of OO programming is beyond my scope, but the short explanation is that OO is a programming paradigm in which problems are broken down into "objects" and coded in that manner. For example, a database application may have a Customer object, that contains data on a customer, as well as actions you can take with the customer, such as "deleting" a customer. That way, you can worry less about the implementation and just focus on making the objects do what you want. |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dr watson postmortem debugger?? whats this?? | KMunzta | Networking & Online Security | 24 | 01-29-2007 09:29 AM |
| Unknown motherboard | CRMDude | Computer Hardware | 16 | 01-09-2005 08:22 AM |
| Hijack log... Comments pls. | kbaasit | Networking & Online Security | 2 | 08-27-2004 03:08 PM |
| Overclock Suggestions? | ShannonLi | Computer Hardware | 9 | 08-04-2004 11:24 AM |
| My Hijack - can someone help? | kbaasit | Internet, Web Applications, & The Cloud | 0 | 02-18-2004 10:24 PM |