Design Patterns Flashcards
1
Q
What are the 3 design patterns
A
Creational
Structural
Behavioural
2
Q
What are design patterns
A
Typical solutions
Common Problems
Software Design
Each pattern
Blueprint
customised
solve a particular design problem
in your code
3
Q
What are the creation design patterns
A
Factory method
Abstract Factory
Builder
Prototype
Singleton
4
Q
What are the structural design patterns
A
Adapter
Bridge
Composite
Decorator
Facade
Flyweight
Proxy
5
Q
What are the behavioural design patterns
A
Chain of Responsibility
Command
Iterator
Mediator
Memento
Observer
State
Strategy
Temple Method
Visitor