February 2016
Beginner to intermediate
164 pages
3h 25m
English
The Observer pattern provides you with the following advantages:
Subject or Observer classesObservers can be added/removed at any point in timeThe following are the disadvantages of the Observer pattern:
ConcreteObserver, which involves inheritance. There is no option for composition, as the Observer interface can be instantiated.Observer can add complexity and lead to inadvertent performance issues.Read now
Unlock full access