Intermediate Software Architecture #design-patterns #GoF #structural-patterns #creational-patterns

Design Patterns Vocabulary

5 exercises — practise the English vocabulary engineers use when discussing GoF design patterns: creational pattern distinctions, observer vs. pub/sub, decorator wrapping, facade simplification, and the adapter vs. bridge distinction.

0 / 5 completed
1 / 5

Your tech lead describes the Factory Method pattern: "It lets subclasses decide which class to instantiate." A colleague asks which pattern goes further by providing "an abstract interface for creating families of related objects without specifying their concrete classes." Which pattern is your colleague describing?