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
Int map to which .net types?
What is the difference between dataset and datatable in c#?
Describe the parts of assembly.
What is wpf application in c#?
What is c# in asp net?
What you mean by inner exception in c#?
Explain about ODP.net
can you allow a class to be inherited, but prevent the method from being over-ridden?
Explain About disco and uddi
Is it possible to nest cfml conditional tags?
What is an interface class? Give one example of it
How do you declare a method in c#?
What are strongly typed objects?
What is unrecognized escape sequence in c#?
What is difference between string and stringbuilder in c#?