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 / jerald

class module
It is a user defined datatype.
It have datamembers(methods and variables).
It can be accesed by creating the instance called
object if the class is not static. If the class is static
then it can be acessed using classname.datamember when
datamember is public.
Protected datamember can be accesed only by the first
inherited class.
Private datamember can be accesed only inside the main
class.

Is This Answer Correct ?    12 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.

2243


How to get freefile location in memory?

2724


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

2250


Where can I get updated VB and other Microsoft files?

1523


When should we use recursive programming?

1053


Is it possible to set a shortcut key for label?

1944


What is dao in visual basic?

1007


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

1581


Through which protocol OLEDB components are interfaced?

2222


What is DBSqlPassThrough?

3286


How would you access objects created in ActiveX Exe and ActiveX D1T ?

2116


What are the uses of List View Control?

2029


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

1888


Types of LockEdits in RDO.

2210


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

2221