unit
C# Survival Guide - Delegates and Events
2 Mins
What you will learn
In this project, you will learn the fundamentals of delegates A delegate is container which can hold any number of methods. You can call all the methods in the delegate at once, using normal method call syntax.
Additional XP earned by completing the unit
+60