what are delegates? How you used then in your project?
Answer Posted / mandeep
Delegate is an object that can refer to a method.
When we are creating delegates, we are creating an object that can hold a reference to a method; it necessarily means that a delegate can invoke the method to which it refers. ..
A very good easy to understand article related with this is here http://www.dotnetfunda.com/articles/article1670-what-are-delegates-in-csharp.aspx (plain and simple)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Illustrate the differences between the system.array.copyto() and system.array.clone()?
what is IFormatable
Can you pass value types by reference to a method?
What is predicate c#?
Explain the functionalities of satellite assembly?
How do we achieve encapsulation in c#?
What is an example of delegation?
What is use of singleton class in c#?
How can i Spawn a Thread
How to implement delegates in c#.net
Explain hash table in c# ?
Why do we need generics?
How many constructors can a class have in c#?
Distinguish between array and arraylist in c#?
Can a constructor be static in c#?