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 there any way to pass a variable to a form apart from using global variables?
How do I do drag & drop between applications?
Is it possible to call oracle database through ADO control or Object?
How do you avoid the "Invalid use of null" error when reading null values from a database?
Scope of API?s can be of different types, what are they Why API functions are Required?
How would you map properties to controls by using ActiveX Control Interface Wizard?
What's the difference between MODAL and MODELESS forms?
___ Property is used to count no. of items in a combobox.
Is it possible to change menu runtime using API? If yes Specify the function names?
what is the Difference between Linked Object and Embedded Object?
To populate a single column value which dbcontrols you to use?
How can you Implement windows functionality in VB?
To find the current recordposition in data control.
What is meant by Establish Connection in RDO?
What is the use of progress Bar Control?