what is a delegate? what it is used for?
Answer Posted / bijeshs
Delegates are reference types which allow indirect calls to
methods .some single delegates can reference multiple
methods
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
Can class be protected in c#?
What is argument in c#?
What are regular expressions? Search a string using regular expressions?
Name some string escape sequences in c#.
How do you create partial methods?
Why do we use abstract class in c#?
How can I use .NET components from COM programs?
What is xml serialization and deserialization in c#?
What is poco c#?
What is the difference between const and static read-only?
Explain how many types of exception handlers are there in .net?
What is the real use of interface in c#?
Why do we use anonymous method in c#?
Different between method overriding and method overloading?
How do you prevent a method from being overridden in c#?