what is differece b/w Module and class Modules in vb6?
thanks
Answer Posted / kumari santosh
Module
Code in VB is stored in modules.
Thereare three kind of modules, Class modules, Form modules
and Stendard modules.
In VB there are common codes we want to execute in several
forms. We do not want to duplicate the code in all forms,
we create a separate module containing the procedure that
implements the common code. This separate module should be
Standard module.
Class Module
Class modules (.CLS extension) are foundation of object
oriented programming in VB. We can write code in class
modules to create new objects. These new objects can
include our own customiaed properties and methods, although
custom objects can not have their own events.
We can also use the keyword, New to create multiple copies
of our objects.
| Is This Answer Correct ? | 87 Yes | 8 No |
Post New Answer View All Answers
What is FireHouse Cursors?
To.set the command button for ESC ___ Property has to be changed.
How should dates be implemented so they work with other language and country formats?
What is the need of tabindex property is label control?
Is it possible to Access BackEnd procedures?
What are the tools available for Debuggiu in VB?
Draw Sequence Modal of DAO? Explain.
What type of databases you can access through ADO Data Access Object?
Can you create a Updatecascade, Deletecascade relation in Ms- Access?
Why does everybody say I should save in TEXT not BINARY?
How would you find out the value property in Slider Bar Control?
How many objects resides in ADO ?
Explain about control properties?
How the image application?
What is the difference between change event in normal combobox and dbcombobox?