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
What is generic types in c#?
How does foreach loop work in c#?
Why are dynamic link library used over static one?
What is global asax in c#?
When can a derived class override a base class member?
Why do we need indexer in c#?
What is window application in c#?
Define delegate?
Differentiate between copy and default constructor.
Explain the mechanism of VB.NET/C# achieve polymorphism?
What is Implementation inheritance and interface inheritance?
What is an ienumerable in c#?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
How many types of delegates are there in c#?
Is static thread safe?