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 console readline do?
What is the difference between a variable and a literal?
What Happens In Memory When You Box And Unbox A Value-type?
What is the default value of guid in c#?
What does == mean in c sharp?
How big is an int in c#?
What is the difference between protected and private?
What's your approach to fetch static data in your windows form application?
What is form feed in c#?
What is decimal in c#?
What is use of private class in c#?
What is an assembly qualified name? Is it a filename? How is it different?
What is a console application in c#?
What does dbml mean in texting?
Can c# inherit multiple classes?