what is a delegate? what it is used for?
Answer Posted / asin
Delegate is a Function Pointer.It invokes methods.
References to methods are wrapped in delegates.
| Is This Answer Correct ? | 15 Yes | 9 No |
Post New Answer View All Answers
What is the use of console readline () in c#?
what are the Disadvantages of vb
What's the difference between a static method and a non static method c#?
In which order the destructor is called for an inherited class?
What is type safe in c#?
How to implement a singleton design pattern in c#?
Is there an equivalent of exit() for quitting a c# .net application?
What is the difference between paramaterized constructor and copy constructor?
Is java better than c#?
What is the difference between ref and out in c#?
Can namespace contain the private class?
Does the variables of a private class-level inherited?
What is writeline?
Is type nullable c#?
What is hash c#?