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
Explain about the creation of EXE files with Visual Basic?
Why can't I use an index with my VB accessed database?
How do I make the mouse cursor invisible/visible?
What is the latest version of visual basic?
what are the Types of LockEdits in RDO?
What is understand in resource tracking?
Explain Default cursor Type and LockEdit type in DAO?
What is meant by Establish Connection in RDO?
Timer control contains ________ no. of events.
Write the Steps in Creating an ActiveX Control?
Difference between Linked Object and Embedded Object?
Give brief description about class?
What is ado in vb.net?
Which method is used to write context Into file?
how a multiple routing works ?