Data Access and Operations - slide 35 : 45 |
Summary of delegates
Delegates are types. The values of delegate types are methods
With delegates, methods become first class citizens
A variable of a delegate type can contain both static and instance methods
A variable of a delegate type can even contain two or more methods