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
Explain the differences between ActiveX Dll and ActiveX Exe?
What is the use of ActiveX Documents?
Explain OLE Drag and Drop?
How would you attach pictures in column headers of List View Control?
To populate a single column value which dbcontrols you to use?
what is the Property used to add a menus at runtime?
Why can't I use an index with my VB accessed database?
How would you add elements in TreevieW Control.
What type of databases you can access through ADO Data Access Object?
What is "Reserved Error -1209"?
Can a VB application be an OLE server?
How to find the current record position in data control?
How should dates be implemented so they work with other language and country formats?
What is the need of tabindex property is label control.
What are the important components of OLEDB?