Answer Posted / taran saran
Delegates which are capable of pointing to multiple function
of the same signature.The system.Delegate type maintain a
linked list that is used to hold the references to the
functions to be invoked by the delegate. This link list is
called as the invocation list.The delegate class provides a
shared member function calles combine() , which add a
reference of specified function to the invocation list
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is difference between yielding and sleeping?
What are generics in c#.net?
What are the fundamental principles of oo programming?
What is use of hashtable in c#?
What is difference between code access and role based security?
Name the connections does microsoft sql server support?
What is difference between method overriding and method overloading?
Show us in simple steps to create setup & deployment project for windows application?
Which namespace is required to implement trace ?
What is the difference between “dispose” and “finalize” variables in c#?
Why can’t struct be used instead of class for storing entity?
What is uint c#?
What does console writeline do?
What are custom exceptions? Why do we need them?
Are string objects mutable or immutable?