what is a delegate? what it is used for?
Answer Posted / s.jayaprathap.
Delegate is a class that can hold the reference to a method
of a function.Pointers are call back......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is it possible to have a static indexer in c#? Allowed in c#.
What is verbatim string literal in c#?
What is hashtable in c# with example?
Why main is static in c#?
Are c and c# the same thing?
Is c++ or c# better?
What is the difference between ienumerable and enumerator?
Define interface class in c#?
Define a jagged array in c#?
What is iformatprovider in c#?
Are enums static c#?
When was .net linq added?
What is the difference between arraylist and list in c#?
How are delegates chosen?
What is lazy in c#?