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


Please Help Members By Posting Answers For Below Questions

How can Visual Basic be used for server-side scripting?

537


what are the types of LockEdits in DAO?

1507


What is Internet Explorer and its uses?

1755


what are the Differenct Types of Procedures in VB?

1455


what are the Types of LockEdits in RDO?

1669






What are the Internet tools available in VB 6.0?

2392


What is the use of command Object?What are the various types of variables?

595


What is file in vb?

499


How to load and unload child forms.

669


How would you create properties in ActiveX Control?

1431


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

964


How can I create a VBX?

1086


Explain about literals?

557


What is the use of progress Bar Control?

1501


Types of LockEdits in RDO.

1702