What are the differences between a standard module and a
class module?
Answer Posted / intekhab
standard module:
1)place for variable declarations,procedures etc.and we can
access these procedures in wherever 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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about trees structures work.
It possible to call OLEDB?s Features directly in VB without using any control?
How do I get the Tab key to be treated like a normal character?
what are the Types of Resultsets?
what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com
How do I prevent multiple instances of my program?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
___ property is used to change to ___ value to access a identity column'in datacontrols.
Which language is used in visual basic?
What are the different procedures associated with the object?
Through which protocol OLEDB components are interfaced?
What is the use of NEW Keyword? Explain.
How do you change the system menu (on the Control-Menu Box)?
How can I call a 'hidden' DOS program from VB?
Draw Sequence Modal of DAO and Explain?