what is a delegate? what it is used for?
Answer Posted / bijeshs
Delegates are reference types which allow indirect calls to
methods .some single delegates can reference multiple
methods
| Is This Answer Correct ? | 24 Yes | 5 No |
Post New Answer View All Answers
Is c# 8 released?
How can you sort strings in array that are passed to method as arguments?
What is winforms c#?
What is unmannaged code and will CLR handle this kind of code or not .
What is the xml document structure?
Why delegates are type safe in c#?
What is strong data type in c#?
Is c# an open source language?
What is the difference between interface and abstract class in c#?
Why do we need static in c#?
Are structs value types or reference types?
List the difference between the virtual method and the abstract method?
Why do we need delegates?
What is session variable in c#?
What are fields in c#?