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 language does visual basic use?
How would you create Visual basic Document file?
How do I set the Windows wallpaper at runtime?
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
Is it possible to change menu runtime using API? If yes? Specify the function names.
How to use hyperlink?
DHTML Is used for what?
How can Visual Basic be used for server-side scripting?
What is the-use of property page Wizard in ActiveX Control?
How about Access 2.0 compatibility?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
What is instantiating?
___ argument can be used to make a menuitem into bold.
How many types of API functions are available in VB?
How do I get a bitmap picture in a field in an Access database?