Abstract
Operators, Delegates, and Events
 

 

Delegates is a new kind of types that hold operations (methods). Events are variable of delegate types. Therefore we have found it natural to also to cover delegates and events in this lecture. At the end of the lecture we study the observer design pattern, because this pattern is natural to deal with in terms of delegates and events.
 

Start
Table of contents