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
Is visual basic still used?
What can you do with visual basic?
What is the default workspace?
What are 3 main differences between flexgrid control and dbgrid control?
Recordset object consists what?
How do I set the Windows wallpaper at runtime?
___,_____ and ____ container objects.
Why visual basic is used?
How many ways we can access file using VB?
Is visualvm free?
How many types of API functions are available in VB?
What do you know about user forms.
What is Mask Edit and why it is used?
What is the use of progress Bar Control?
How would you attach pictures in column headers of List View Control?