In this lecture you will learn what is a delegate in C# and what is its use.
Delegate is a complicated topic in any of the programming languages. But if you understand the basics right, delegates are extremely easy, and you will love to work with them. In this lecture, you will learn:
• What is a delegate?
• How to create a delegate?
• How to use a delegate?
Delegate notes: