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

Can you create a tabletype of recordset in Jet connected ODBC dbengine.

1567


___,__,___ are the type of combo box?

1243


What is the use of Tabledef?

1649


How do I tell when an application executed using the SHELL command is finished?

1177


It is possible to access Text (x.txt) files? Explain.

1640






How to find size of the file. Which method or function is used to occomplish this?

1586


Hi, I am USINg QTP tool for automation. Where VB Script have to use. I want to read a row from the table present in .Doc File and to paste in excel. Could you please assist me or give me the code to get it. I am new in this technology.

1967


which property of menu cannot be set at run time.

1580


how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?

2076


what are the Types of cursors in RDO?

1955


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

1754


How can I access a record by record number?

1142


Through which protocol OLEDB components are interfaced?

1797


When should we use recursive programming?

647


What are the properties of datacontrol?

1612