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
What is autopostback in c#?
What is string [] args in c#?
What is a event in c#?
Is learning c# hard?
Why do we need generics in c#?
What is the difference between writeline and write in c#?
Why do we write system in c#?
What are examples of desktop applications?
What is c# used for?
How do you create partial methods?
Which sorting algorithm is best?
What type is string in c#?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
What is ildasm.exe used for?
Is unity object oriented?