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
Is it possible to Manipulate data through flexgrid? Explain.
How do I access C style strings?
What is constructors and distructors.
How to control the file?
To populate a single column value which dbcontrols you to use?
What is ado in vb?
How do I implement an accelerator key for a text box?
What are forms in visual basic?
what is the Difference between Linked Object and Embedded Object?
How would you attach an ActiveX control in Your Application?
What is the use of property page Wizard in ActiveX Control?
How can you check whether a record is valid record or Invalid record using ADO control or Object?
What is the use of Scalewidth and ScaleHeight Proeperty?
what are the Types of DBCombo boxes?
How many tabs in a tabbed dialog do you consider appropriate?