what are delegates? How you used then in your project?
Answer Posted / muhammad usman
Delegate is a type which holds the method(s) referance in
an object, it is also refered as type safe funcation.
Like Pointer fucation in C++
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what class is underneath the sortedlist class?
Explain async and await?
How many dimensions can an array have?
What is the difference between early binding and late binding in c#?
Name the connections does microsoft sql server support?
In .NET how can you solve the DLL Hell problem?
How can you prevent escaping on backslashes in C# with string definitions?
Why we use get set in c#?
What is sqlconnection in c#?
What's the difference between System.String and System..StringBuilder in C#?
Are all methods virtual in c#?
Is 0 an unsigned integer?
Tell me the difference between value passing and address passing?
What is the meaning of 0 in c#?
Can constructor be overloaded in c#?