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
How would you find out the value property in Slider Bar Control?
Recordset object consists what?
Whether HTML supports multimedia: and document links?
____ is the difference between Listindex and Tab index.
What are the new events in textbox that has been included in VB ?
Can you create a tabletype of recordset in Jet connected ODBC dbengine.
With in the form we want to check all the text box control are typed or not? How?
How do I remove/change the picture property of a control at design time?
What is the use of progress Bar Control?
what is the control used to call a windows application.
Is a foo VBX/DLL available as shareware/freeware?
How can I call a 'hidden' DOS program from VB?
how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language
What is "NULL"?
What is Internet Explorer and its uses?