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

What is a dictionary in c#?

702


What is the difference between field and variable in c#?

723


What is hashset c#?

721


What is difference between internal and protected internal in c#?

709


What is fcl in c#?

690


What is the use of readkey in c#?

757


What is .net console?

782


Can we extend static class in c#?

705


What are generics in c#.net?

825


Is string value type c#?

708


Explain About web methods and its various attributes

772


Is a char?

675


List some of the classes used by system.data namespace?

637


What is event delegate in c#?

854


What is a partial method?

725