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

What is the use of progress Bar Control?

1721


What is the use of OLE?

2244


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

1817


Which type of object requires this object?

1766


What is ODBC Direct and Microsoft Jet Database Engine ?

1704


What is hyperlink?

1825


Explain about creating VB applications in excel?

880


Can you create a Updatecascade, Deletecascade relation in Ms- Access?

1894


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

1694


How do I remove/change the picture property of a control at design time?

1317


How about Access 2.0 compatibility?

1224


What is the use of Immediate, Local Window?

1726


What is the use of Tabledef?

1769


How do I dial a phone number without using the MSCOMM VBX?

1485


What is data control in vb?

760