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
Can you drink alcohol with a loop recorder?
What is variable and its classification?
What is bitwise operator in c#?
Can a constructor be static in c#?
Can abstract class have parameterized constructor?
What is returned if you pass the value 12.34 to the parsefloat () function?
How can I process command-line arguments?
How do I count the length of a string in c#?
What is int16?
What is the use of dll file in c#?
What is a method c#?
Explain more on CLR
What are fields in c#?
Can we change static value in c#?
can you create a function in c# which can accept varying number of arguments