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
Which type of object requires this object?
How do I mimic a toggle button?
What is the use of Imagelist Controls ?
How would you attach pictures in column headers of List View Control?
What do you know about user forms.
What is the current version of Visual Basic for Windows?
How would you activate animation control?
Explain OLE Drag and Drop.
what are the Differences between Recordset and Resultsets?
what are the Types of DBCombo boxes?
What are the Internet tools available in VB 6.0?
Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.
Does VB support pointers to functions?
How would you create properties in ActiveX Control?
What is FireHouse Cursors?