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 cookies c#?
Can we assign null value to integer?
Why should I use interface in c#?
Is a valid int value?
What is serialization in dot net?
What are the uses of delegates in c#?
How does substring work in c#?
What is event and delegates in c#?
What is default constructor in c#?
What is the difference between throw and throw ex?
Explain a MSIL ? Why is it appreciated by all developers?
What is the difference between delegates and events in c#?
Is unity object oriented?
Why can't we use a static class instead of singleton?
What is the use of the dispose method in C# ?