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

Is there any way to pass a variable to a form apart from using global variables?

1175


How do I do drag & drop between applications?

1094


Is it possible to call oracle database through ADO control or Object?

1473


How do you avoid the "Invalid use of null" error when reading null values from a database?

1224


Scope of API?s can be of different types, what are they Why API functions are Required?

1570






How would you map properties to controls by using ActiveX Control Interface Wizard?

1814


What's the difference between MODAL and MODELESS forms?

1121


___ Property is used to count no. of items in a combobox.

1048


Is it possible to change menu runtime using API? If yes Specify the function names?

1557


what is the Difference between Linked Object and Embedded Object?

1860


To populate a single column value which dbcontrols you to use?

1664


How can you Implement windows functionality in VB?

1778


To find the current recordposition in data control.

1239


What is meant by Establish Connection in RDO?

1771


What is the use of progress Bar Control?

1604