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
What is the difference between as and is operators in c#?
Is arraylist type safe in c#?
What is arraylist class in c#?
What is a dll in c#?
Is null c# operator?
What is global namespace in c#?
What is the difference between class and namespace?
Can arraylist hold primitive types?
Can we overload indexer in c#?
Explain how to parse a datetime string?
What do you mean by delegates and explain different types of delegates?
What is object type in c#?
What are strings in c#?
What is the difference between an implicit conversion and an explicit conversion?
What is data types in c#?