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 does mean c#?
List the difference between interface and abstract class?
What is a console operator?
What are access modifiers in c#?
What is regex c#?
What is meant by unicode characters?
Why c# is type safe?
What are strong name assemblies?
Why abstract class can not be instantiated?
Difference between value and reference type.
Can you pass parameters to destructors?
Is php better than c#?
Is c# slower than java?
Is string null or empty?
What are the types of comment in c# with examples?