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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How to detect Observer Method

A

Class has method to add/remover elements it is observing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Bridge Pattern

A

Two separate hierarchies

How well did you know this?
1
Not at all
2
3
4
5
Perfectly