What is the difference between a property a method and an
event? Give an example of each.
Answer Posted / pratap557
Property are a type of method that shows state of an Object
like Caption, backcolour etc.
Methods/Functions are for changing Or doing something on
the Object Like Move,Remove, Add etc.
Event are Objects which means that something happend for
which the object must respond to. And for this very reason
we write method like
button1_Click( sender Object, event Object)
The event Object(Delegate) is related with the method of
that responder Object(Button)
| Is This Answer Correct ? | 176 Yes | 30 No |
Post New Answer View All Answers
What is ActiveX? Explain.
How many types of API functions are available in VB?
how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?
Difference between ActiveX Exe and Dll.
What is instantiating?
Is it possible to Access BackEnd procedures?
How many ways you can access file using VB?
Which type of object requires this object?
How would you create properties in ActiveX Control?
what are the different Types of Recordsets.
What is connection object in vb net?
what are the Default cursor Type and LockEdit type in DAO?
What is the use of Immediate, Local Window?
What are the types of line styles available in Treeview Control?
What is dao in vb?