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 single dimensional array in c#?
What is a property c#?
What is sqladapter c#?
What .exe means?
Can we override interface method?
Is c# a keyword?
How do destructors and garbage collection work in c#?
Can a loop recorder detect a heart attack?
How do you create empty strings in c#?
What are synchronous and asynchronous operations?
What is icollection in c#?
What is a string c#?
The int maps to which C# keyword in .NET type?
what is a constructor? What is a destructor?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?