Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is OLEDB?

2075


What are the types of line styles available in Treeview Control?

1946


What do you know about chaining views.

1141


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

1012


Explain about literals?

1058


How can you get selected file from file system Control?

2054


which property is used to change to some value to access a identity column in datacontrols?

1880


How can you filter out specific type of file using file system controls?

1960


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

2093


What do you mean by Databound Controls Explain?

2012


Why API functions are Required?

2297


Scope of API's can be of types, what are they?

2338


Is visual basic still used?

1076


What is the difference between change event in normal combobox and dbcombobox?

2374


What is shortcut menu and explain "The ole control's shortcut menu".

1120