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 are delegates? How you used then in your project?

Answer Posted / lavanya

Delegates are pointers to functions
we pass the address of a method along with the
parameters that we want call

ex:
public delegate void delg1(string s)

we call this delg1 as
del=delg1(h1);
del("hello")

here h1 is a method

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is desktop example?

970


What is the difference between disposing of () and finalize() methods in c#?

1057


What is the purpose of namespace in c#?

922


How do you comment out code in c#?

958


Can scriptable objects have methods?

937


What is the default value of object in c#?

970


Name the control which cannot be placed in mdi?

938


Explain the concepts of cts and cls(common language specification).

1024


is it possible to access a remote web service Without UDDI?

1065


What is master page in asp net c#?

951


Why interface is required?

893


What is delegate in c#?

996


What is reflection in c#?

954


Explain how do you directly call a native function exported from a dll?

972


What is marshalling in c#?

919