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
What is default c#?
What are abstract classes in c#?
Why c# is called c sharp?
What is difference between event and delegate in c#?
What is string [] args in c#?
Why reflection is used in c#?
How do I create a new form in c#?
What are data types examples?
Which is faster abstract class or interface in c#?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What is the predicate of a sentence?
What are virtual classes in c#?
Why we use get and set property in c#?
Structs are largely redundant in c++. Why does c# have them?
What is object array in c#?