Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is a delegate? what it is used for?

Answer Posted / subbu

Delegates are a type that references method. Normally when
we calling a method we will pass some data to that method
as input parameter. But in some scenario we might need to
pass method as input parameter to other method in such case
we can use delegate.
Delegate wraps any method which matches its signature,
calling a delegate result in calling a method so this gives
the ability to call the method programmatically based on
our business needs.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is thread pooling?

1030


What operator means?

932


in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?

1212


what is the scope of anonymous type ?

1101


Why do you need boxing in c#?

966


Why do we need to serialize data?

967


What are the applications of c#?

1832


What is the difference between system.string and system.text.stringbuilder classes?

1060


What is the difference between dataset and datatable in c#?

1097


What is data types in c#?

999


Define acid rule of thumb for transactions in c#.

942


What is delegate in c# interview questions?

1065


When should I use static in C#?

1030


How do I download a program to my desktop?

928


What do multicast delegates mean?

1066