Minggu, 31 Oktober 2010

C# Observer Design Pattern Comprehensive Tutorial

Observer Design Pattern is one of the most usefull Design Pattern which you should learn. In this pattern, a Subject or Publisher is observed by several Observers or Subscribers. The Subjects will have to send a notification message to the Observers like Update(). This is the official definition from Design Patterns Book:Define a one to many dependency between objects so that when one object

Tidak ada komentar:

Posting Komentar