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
What is the use of Data Form Wizard?
What is Mask Edit and why it is used?
How to use advanced data-bound controls.
How can you determine performance standards?
Can you tell me the properties of the controls?
How do I speed up control property access?
How would you create Visual basic Document file?
Data Control missing from toolbox when I use VB under NT3.5. Why?
What is the use of Immediate, Local Window?
What are the types of API Types.
What is data binding in vb net?
Types of Resultsets.
What is the use of progress Bar Control?
How would you navigate between one document to another document
___,__,___ are the type of combo box?