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 are the 2 broad classifications of data types available in c#?
Why is c# better than java?
How do I run a cshtml file?
List some of the common data providers for ado.net framework?
Define satellite assembly in c#?
Why do we use ienumerable in c#?
Why main method is static in c#?
What is action c#?
What is platform independence"?
What is executenonquery c#?
What is better C# or VB.NET?
What are the properties of string?
What are most desktop applications written in?
Why static variables are used?
How to find whether the application is run from inside ide or not?