Design Patterns Flashcards

1
Q

What 3 types of Design Patterns are there ?

A

Creational Patterns
Behavioural Patterns
Structural Patterns

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

What is a creational pattern ?

A

e.g. Builder Pattern
For creating an object

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

What is a structural pattern ?

A

using inheritance and composition to provide extra functionality
e.g. flyweight pattern

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

What is a behavioural pattern ?

A

Communication and assignment of responsibilities between objects
e.g. memento pattern

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