what are delegates? How you used then in your project?
Answer Posted / shafi syed
Delegates are nothing but refer to methods. so u call the
method through delegate and pass the method as
parameter...that's it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What's the difference between a method and a procedure?
What is the use of ispostback in c#?
What is a boolean c#?
What is asp net in c#?
What is a nested type. Give an example?
What is the difference between field and property in c#?
How do switch statements work?
What is a static class in c#?
List down the different ide’s provided by microsoft for c# development.
What is event and delegates in c#?
How do I calculate relative time?
What can we do to handle multiple exceptions?
What is parsing?
What is the advantage of constructor in c#?
Explain the difference between boxing and unboxing.