what is a delegate? what it is used for?
Answer Posted / subhransu
A delegate is a type-safe object that can point to another method (or possibly multiple methods) .
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
what is the difference between a struct and a class in c#?
How do I create a .exe file?
What is dll hell, and how does .net solve it?
What is an example of a delegate?
What is the use of 0 in c#?
What is binary search tree in data structure?
Which namespaces are necessary to create a localized application?
What are cookies in c#?
Define xslt.
What is regex c#?
How do I convert a string to an int in c#?
Why do we need escape characters?
What is the use of protected in c#?
What is jagged array?
Define mutex in C#?