The following are the disadvantages of the Observer pattern: … There is no option for composition , as the Observer interface can be instantiated. If not correctly implemented, the Observer can add complexity and lead to inadvertent performance issues. In software application, notifications can, at times, …