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


Please Help Members By Posting Answers For Below Questions

Differentiate between static class and singleton instance?

513


What is immutable in C#?

585


Compare and contrast between the System.Array.CopyTo() and Clone()?

547


Is stringbuilder thread safe c#?

471


What is parallel foreach c#?

508






Describe an interface class?

560


Can hashset contain duplicates c#?

460


Why do we need static class in c#?

568


What does clr stand for?

474


What is difference between arraylist and list in c#?

427


What is the difference between var and dynamic types in c# 4.0?

505


What is type safe code?

466


What is serializable in c#?

487


How can you achieve run time polymorphism in C#?

532


Why do we use static class in c#?

487