Design Patterns Flashcards

1
Q

What is Design Patterns?

A

Way of re-using abstract knowledge about a design problem and its solution.
Or generic, re-usable design templates.

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

What are some Pattern Elements?

A
Name
Description
Problem description 
Solution description
Consequences
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Important Design patterns

A
Observer Pattern
Mediator Pattern
The Facade Pattern
The Proxy Pattern
The Adapter Pattern
Composite Pattern
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Types of Design Patterns

A

Creational
Structural
Behavioral

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