adspace


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

How would you activate animation control?

2456


With in the form we want to check all the text box control are typed or not? How?

2071


How do I force a file dialogue box to reread the currect disk?

1526


Specify technical & functional architecture of your last 2 projects.

2146


How would you attach pictures in column headers of List View Control?

2165


Draw Sequence Modal of DAO and Explain?

2139


How do I make the mouse cursor invisible/visible?

1440


How do I tell when an application executed using the SHELL command is finished?

1636