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

Is visual basic case sensitive?

611


Explain the "cursortype" and "Locktype" in VB?

3800


What is visual basic used for?

556


How many objects resides in ADO ?

1455


How do I access C style strings?

1002






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

1379


What is the need of tabindex property is label control?

1603


What is meant by Establish Connection in RDO?

1687


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

1581


Is there any Edit method in ADO Data Access method?

1520


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

1655


How can I create a VBX?

1097


How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?

1052


What is instantiating?

1417


How do I implement Undo?

972