h frnds,
this is a intervw qus...
why we use delegates and where we use in our project in asp.net
please share me qus becz i stuck many times in the intervws that why we use???
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sujeet SumanPosted Jan 7, 2016, 4:03 AM
Rajeesh MenothPosted Jan 7, 2016, 1:44 AM
anjali khanPosted Jan 7, 2016, 1:39 AM
Rajeesh MenothPosted Jan 7, 2016, 1:28 AM
Or
Delegate is the type that defines a method signature. To invoke a delegate object, one or more methods are required with the EXACT same signature. The delegate object will basically hold a reference of a function. The function will then can be called via the delegate object.
Ravi PatelPosted Jan 7, 2016, 1:26 AM