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
Is there throws keyword in c#?
Can I call a virtual method from a constructor/destructor?
What is visual c# net?
What is difference between private and static constructor?
In which situation(s), the use of "Delegate" is a good idea?
what are windows services?
How are delegates chosen?
What is the difference between arraylist and list in c#?
What is inheritance in csharp?
What are the boolean data types in c#?
List the 5 different access modifiers in c#?
Can u list some style properties of List Box?
What are extensions in c#?
What is anonymous class in c#?
In .Net, what is an assembly? Also explain the type of assembly.