September 2016
Intermediate to advanced
775 pages
18h 22m
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