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 window application in c#?
What is parseexact c#?
How long does it take to get a loop recorder put in?
Can you call from an inherited constructor to a specific base constructor if both base class and an inheriting class has a number of overloaded constructors?
Can you store different types in an array in c#?
What is static classes?
Define an escape sequence, name few strings in escape sequence?
What is instantiating a class?
Define the term immutable ?
What are custom exceptions? Why do we need them?
What is get set in c#?
What is meant by enumerable in c#?
What is an indexer in c#?
What happens if the inherited interfaces have conflicting method names?
can multiple catch blocks be executed for a single try statement?