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


Please Help Members By Posting Answers For Below Questions

Explain about trees structures work.

820


It possible to call OLEDB?s Features directly in VB without using any control?

1817


How do I get the Tab key to be treated like a normal character?

1243


what are the Types of Resultsets?

1951


what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com

1977


How do I prevent multiple instances of my program?

1149


I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?

1290


___ property is used to change to ___ value to access a identity column'in datacontrols.

1277


Which language is used in visual basic?

706


What are the different procedures associated with the object?

806


Through which protocol OLEDB components are interfaced?

1942


What is the use of NEW Keyword? Explain.

1757


How do you change the system menu (on the Control-Menu Box)?

1210


How can I call a 'hidden' DOS program from VB?

1232


Draw Sequence Modal of DAO and Explain?

1698