what is a delegate? what it is used for?
Answer Posted / d.monisha caroline
Delegate is a reference type variable which holds reference
to a method,,,delegates are primarily used in c# programming
for implementing events and callbacks
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is java better than c sharp?
Can list contain duplicates c#?
Which framework is best for desktop application?
How do you set a class path?
What is the main method?
What is expression tree in c#?
What are regular expressions? Search a string using regular expressions?
What does console writeline do?
What is dll hell, and how does .net solve it?
Is concurrent queue thread safe?
What is global asax in c#?
List some of the basic string operation?
Describe an abstract class?
What is delegates in c#?
What is func delegate in c#?