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
Difference between DDE and OLE.
Explain about creating VB applications in excel?
What are the Internet tools available in VB 6.0?
Draw Sequence Modal of RDO? Explain.
What is dao in vba?
How would you map properties to controls by using ActiveX Control Interface Wizard?
Is visualvm free?
1s it posible to Create Tables Through Querydef?
How do you change the icon and otherwise manipulate the DOS box?
___ is the control used to call a windows application.
which method used to move a recordset pointer in nth position in DAG?
How would you navigate between one document to another document
What is OLEDB?
Explain the working with task in Gantt chart view.
what is the Property used to add a menus at runtime?