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 the use of iqueryable in c#?
How do I simulate optional parameters to com calls?
Why array is faster than arraylist in c#?
What is generic method in c#?
Explain About stateless and state full web service
Explain nullable types in c#?
Explain what are three test cases you should go through in unit testing?
What do you mean by sealed classes and static classes?
What is a derived class in c#?
What happens during the process of boxing?
List out the differences between array and arraylist in c#?
What are boxing and unboxing?
How many types of variables are there in c#?
Can we make a class private in c#?
What is hashset c#?