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
How do you change the system menu (on the Control-Menu Box)?
Advantage of ActiveX Dll over Active Exe.
what is the Property used to add a menus at runtime?
Explain OLE Drag and Drop.
How do you zoom in visual basic?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
What is Parser Bug?
what are the Types of LockEdits in RDO?
how a multiple routing works ?
What is the use of debug Window?
What is meant by building a recordset.
How about Access 2.0 compatibility?
How to get Cursor position using API?
What is vbs file?
How do I call help files from a VB program?