Structural Design Patterns Flashcards

1
Q

A

A

Adapter

Match interfaces of different classes

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

B

A

Bridge

Separates an object’s interface from its implementation

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

C

A

Composite

A tree structure of simple and composite objects

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

D

A

Decorator

Add responsibilities to objects dynamically

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

F

A
Facade
A single class that represents an entire subsystem
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

FL

A

Flyweight

A fine-grained instance used for efficient sharing

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

PC

A

Private Class Data

Restricts accessor/mutator access

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

P

A

Proxy

An object representing another object

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