what is differece b/w Module and class Modules in vb6?
thanks
Answer Posted / jerald
class module
It is a user defined datatype.
It have datamembers(methods and variables).
It can be accesed by creating the instance called
object if the class is not static. If the class is static
then it can be acessed using classname.datamember when
datamember is public.
Protected datamember can be accesed only by the first
inherited class.
Private datamember can be accesed only inside the main
class.
Is This Answer Correct ? | 12 Yes | 25 No |
Post New Answer View All Answers
What do you mean by provider?
What is the use of Visual Basic Document file?
When/Why should I use Option Explicit?
How would you add elements and pictures to listitems in listview control?
What is the default workspace?
How would you create Visual basic Document file?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
___,_____ and ____ container objects.
What is the default workspace?
what are the different Types of Recordsets.
Types of LockEdits in RDO.
What is a thread pool and how are the threads within a thread pool managed?
To populate a single column value which dbcontrols you to use?
What is the use of progress Bar Control?
How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?