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



What is the difference between a property a method and an event? Give an example of each...

Answer / lavanya

event--simily it is an one action.
property--it is an one feature

Is This Answer Correct ?    1 Yes 0 No

What is the difference between a property a method and an event? Give an example of each...

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

What is the difference between a property a method and an event? Give an example of each...

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

What is the difference between a property a method and an event? Give an example of each...

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

What is the difference between a property a method and an event? Give an example of each...

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

What is the difference between a property a method and an event? Give an example of each...

Answer / souvik

WHAT IS THE DIFFERENCE BETWEEN EVENT PROCEDURE AND FUNCTION
PROCEDURE ?

Is This Answer Correct ?    13 Yes 19 No

What is the difference between a property a method and an event? Give an example of each...

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

What is the difference between a property a method and an event? Give an example of each...

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

Post New Answer

More Visual Basic Interview Questions

what is the Property used to count number of items in a combobox?

1 Answers  


Can you create a tabletype of recordset in Jet - connected ODBC dbengine?

0 Answers  


What is the use of Hyperlink control for DHTML applications?

0 Answers  


Which property of menu cannot be set at run time?

1 Answers  


What are forms in visual basic?

0 Answers  






How many tabs in a tabbed dialog do you consider appropriate?

0 Answers  


1s it posible to Create Tables Through Querydef?

0 Answers  


HTML stands for What? Use of HTML ?

1 Answers  


How do you zoom in visual basic?

0 Answers  


Explain the types of Views in Listview Control.

0 Answers  


Difference between ActiveX Exe and Dll.

0 Answers  


Define the scope of Public, Private, Friend procedures?

1 Answers  


Categories