Multicasting

This lesson spans over multicast delegates, which is an integral part of delegates in C#.

We'll cover the following

Example

Fun part in using delegates is that you can point to multiple functions using them, at the same time. This means that by calling a single delegate, you can actually invoke as many functions as you want.

Let’s look at the example:

Get hands-on with 1200+ tech skills courses.