what is a delegate? what it is used for?
Answer Posted / cool
Delegate is a strong type function pointer and it passes the
method signature for the class and class that has this
signature can use this delegates.
This is similar to Pointers in C and C++.
If we use this delegates for single method then this is
single case and if the method declared to more than one
method then this is called as multicast delegate object
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How can you achieve run time polymorphism in C#?
What is private readonly in c#?
What is the execution entry point for a c# console application?
Which attribute is used in order that the method can be used as webservice?
How do I declare a pure virtual function in c#?
Can derived classes have greater accessibility than their base types?
What is the usage of OLE?
What is the main purpose of delegates in c#?
What is sqldataadapter in c#?
What is the difference between as and is operators in c#?
What are Indexers in C#?
What does using do in c#?
Should I use double or float?
What is typeof undefined?
Do unused Namespaces in c# affect run-time performance?