What is the use of multicast delegate while methods of
multicast delegate do not execute in a order?
Answer Posted / aejaz ahmad
Multicast delegate is a delegate which allow to execute
more than one method in single event the real use of
multicast delegte is to handle the events ,raised at
runtime.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Are structs value types or reference types?
Are value types sealed?
What are fields in c#?
What is c# most used for?
Does c# support templates?
What is class in oops with example in c#?
What are the return types in c#?
What is an enumerator in c#?
What is iqueryable in linq?
Can we set image Source dynamically using C# in WPF application?
What is a custom attribute?
Why we use get and set method in c#?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
What is the use of private constructor in c#?
What is deferred execution in c#?