What is the difference between a property a method and an
event? Give an example of each.
Answers were Sorted based on User's Feedback
Answer / lavanya
event--simily it is an one action.
property--it is an one feature
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sk sultan ahmad
A Property is a way to expose an internal data element of a class in a simple manner.
Method is a block of code that contain a series of statement.
Event are programming construct use to pass notification back from one class.
| Is This Answer Correct ? | 5 Yes | 5 No |
Answer / gulimtiaz
Property are elements which belong to an object, for example its height, width, color etc. While Methods belong to the action of an object, for example, move, delete,etc
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajeszx
object =car
property
color--> red
tech features--> abs,four wheel drive, 6 airbags, v8 engine
method
starting a car
braking a car
change to eco mode
change to sport mode
event
if fuel is low it warns
if door not closed while in driving it warns
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vivek gupta
Methods are executed at run time only.Methods are stored
multiple information.
Properties are executed at both, designing as well as run
time.Its work on single value only.
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / souvik
WHAT IS THE DIFFERENCE BETWEEN EVENT PROCEDURE AND FUNCTION
PROCEDURE ?
| Is This Answer Correct ? | 13 Yes | 19 No |
Answer / cherran
Property - Each and every control has its own property like
Caption, Name, TabIndex etc..
Method - Each and every control has its own method Like
SetFocus, Refresh etc... ( Which methods are not available
in a controls property window)
Event - Each and every control has its own events, which
allows user interaction between controls like command
buttons Click Event, TextBox's LostFocus Event etc...
| Is This Answer Correct ? | 34 Yes | 47 No |
Answer / suresh
1. Text1.color ------ is a property
2. Text1.text ------- is Method
3. button 1. Click -- is an event
| Is This Answer Correct ? | 115 Yes | 131 No |
What is a variant data type and when would you use it?
What are the important components of OLEDB?
Difference between Linked Object and Embedded Object?
What do you mean by Databound Controls Explain?
What is Vlookup introduction and formula?
How many types of API functions are availble in VB?
What is OLE? Explain.
What is the need of z-order method?
What do you mean by HTTP?
Write the Steps in Creating an ActiveX Control?
How to test the AX stat class?
Write the steps in Creating ActiveX Dll and Active Exe?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)