Friday, August 10, 2007

Design Pattern > Behavioural > Observer

• As an Object’s state changes, it is often necessary for other objects to be notified when this happens
• In C#, Delegates and Events are based on Observer pattern


No comments: