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 an event-driven programming language?
What is the use of ActiveX Documents?
How would you attach pictures in Treeview Control?
Explain what is Visual basic?
Is visual basic c#?
___ is a property to resize a label control according to your caption.
What are the different procedures associated with the object?
How do you create a form in visual basic?
What is meant by Establish Connection in RDO?
What is ado data control in vb6 0?
What is DBSqlPassThrough?
How would you convert a form into document?
What are the rules which should be followed while naming a variable in VB?
what are the Types of cursors in RDO?
Why does everybody say I should save in TEXT not BINARY?