Week 11 Flashcards
1
Q
How to detect Factory Method
A
In the Factory Method, subclasses override a method to determine the subclass of a dependency, but that is not the case here.
2
Q
How to detect Observer Method
A
Class has method to add/remover elements it is observing
3
Q
Bridge Pattern
A
Two separate hierarchies