Answer Posted / guest
multicasting is that you can combine several handler
methods in a list so they are all bound to a single
delegate object. When Invoke is called on the delegate
object, the MulticastDelegate class provides the code to
execute every handler method in the list.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
From which base class do all Web Forms inherit from?
List the differences between method overriding and method overloading?
What is static class in C#?
Is collection a data structure?
What are the 3 logical operators?
Is c# dictionary a hash table?
Can namespace contain the private class?
i want o/p 011242110 in c# code.
What is application c#?
Explanation on Generic?
What is c# used for in the industry?
Between windows authentication and sql server authentication, which one is trusted and which one is untrusted?
Name the control which cannot be placed in mdi?
Why do we use dictionary in c#?
Is stringbuilder better than string?