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?

Answers were Sorted based on User's Feedback



what is a delegate? what it is used for?..

Answer / ganesh

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.
hgfhfghbgf

Is This Answer Correct ?    2 Yes 0 No

what is a delegate? what it is used for?..

Answer / s.jayaprathap.

Delegate is a class that can hold the reference to a method
of a function.Pointers are call back......

Is This Answer Correct ?    0 Yes 0 No

what is a delegate? what it is used for?..

Answer / divyesh

Give me an example!

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More C Sharp Interview Questions

What is the namespace for the thread class?

0 Answers  


How to make sure custom class supports deterministic finalization?

1 Answers   IBM,


When should you use generics?

0 Answers  


What's the difference between a method and a procedure?

0 Answers  


How jit (just in time) works?

0 Answers  


What are types of constructor?

0 Answers  


How to assign default value to nullable types? Did nested nullable types are allowed

2 Answers   TCS,


What is stack and heap?

7 Answers   Wipro,


Which is the base class in c#?

0 Answers  


What are c# types?

0 Answers  


What is the purpose of ienumerable in c#?

0 Answers  


Explain hash table in c# ?

0 Answers  


Categories