what is differece b/w Module and class Modules in vb6?
thanks
Answer Posted / anonymous
standard module:
1)place for variable declarations,procedures etc.and we can
access these procedures wherever needed in the project.
2)Available only for the existing modules where they are
used.
class module:
1)Unlike standard module,members of class like object's
properties,events can be accessed only whenever an instance
of class is created.
2)We can make use of it whenever an object reference of the
particular class is created for number of applications
Is This Answer Correct ? | 67 Yes | 16 No |
Post New Answer View All Answers
What is the use of progress Bar Control?
What is the use of OLE?
It possible to call OLEDB?s Features directly in VB without using any control?
Which type of object requires this object?
What is ODBC Direct and Microsoft Jet Database Engine ?
What is hyperlink?
Explain about creating VB applications in excel?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
Scope of API?s can be of different types, what are they Why API functions are Required?
How do I remove/change the picture property of a control at design time?
How about Access 2.0 compatibility?
What is the use of Immediate, Local Window?
What is the use of Tabledef?
How do I dial a phone number without using the MSCOMM VBX?
What is data control in vb?