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
Can you create a tabletype of recordset in Jet connected ODBC dbengine.
___,__,___ are the type of combo box?
What is the use of Tabledef?
How do I tell when an application executed using the SHELL command is finished?
It is possible to access Text (x.txt) files? Explain.
How to find size of the file. Which method or function is used to occomplish this?
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.
which property of menu cannot be set at run time.
how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?
what are the Types of cursors in RDO?
How would you attach pictures in column headers of List View Control?
How can I access a record by record number?
Through which protocol OLEDB components are interfaced?
When should we use recursive programming?
What are the properties of datacontrol?