What is the use of multicast delegate while methods of
multicast delegate do not execute in a order?

Answer Posted / bhargavee

the basic use of multicast delegate is to handel the
events , raised at runtime. The programmer does not know
which event will be triggered.
EX:- suppose there is a coffee wending machine, the
programmer while writing the code does not knows what will
be the demand of the user, whether cappacino or a black
coffee. so depending on the user demand the process for
mixing of coffee and water will be made.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do vs while c#?

483


Explain types of comment in c# with examples

481


What is the use of generics in c#?

466


What is the main usage of keyword “virtual” ? How does it work for a method or property?

513


Explain the OOPS concept in C#?

579






What are the different types of assembly?

558


What is the use of nullable types in c#?

481


Define c# delegate?

511


Define c# i/o classes?

525


How many bits is int32?

488


What is the base class for array types?

560


What is autopostback in c#?

470


Define mutex in C#?

604


What is the difference between properties and indexer in c#?

432


What do you mean by for each loop?

477