Design Patterns Flashcards
1
Q
What 3 types of Design Patterns are there ?
A
Creational Patterns
Behavioural Patterns
Structural Patterns
2
Q
What is a creational pattern ?
A
e.g. Builder Pattern
For creating an object
3
Q
What is a structural pattern ?
A
using inheritance and composition to provide extra functionality
e.g. flyweight pattern
4
Q
What is a behavioural pattern ?
A
Communication and assignment of responsibilities between objects
e.g. memento pattern
5
Q
A