what is a delegate? what it is used for?
Answer Posted / asin
Delegate is a Function Pointer.It invokes methods.
References to methods are wrapped in delegates.
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
Can we have static indexer in c#?
What is firstordefault c#?
Describe the types of comments in c#?
What is string empty?
Why do we need constructor?
How do I do a case-insensitive string comparison?
What does an indexer do?
Explain about c# language.
Is c# lazy thread safe?
What are the steps to make an assembly to public?
What is a delegate? How can it works?
What is binary search tree in data structure?
Why data types are important in c#?
Why do we use delegates in c#?
Explain the difference between the system.array.copyto() and system.array.clone()?