Structural Patterns Flashcards

1
Q

Matches interfaces of different classes

A

Adapter

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

Separates an object’s interface from its implementation

A

Bridge

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

A tree structure of simple and composite objects

A

Composite

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

Add responsibilities to objects dynamically

A

Decorator

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

A single class that represents an entire subsystem

A

Facade

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

A fine-grained instance used for efficient sharing

A

Flyweight

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

Restricts accessor/mutator access

A

Private Class Data

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

An object representing another object

A

Proxy

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