Multicast delegates in c#
In yesterday’s post We learn about Delegates and how we can use delegates in C#. In today’s blog post we are going to learn about Multicast delegates. As we all know we can assign methods as object to delegate and later on we can call that method with the help delegates. We can also assign