Structural Design Patterns Flashcards

1
Q

What are structural design patterns concerned with? What are the two types?

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

What are the structural design patterns?

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

What is the scenario used to describe the Adapter Structural Design Pattern?

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

What is the Adapter Structural Design Pattern?

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

What is the applicability of the Adapter Structural Design Pattern?

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

Go through the code example of the Adapter Structural Design Pattern

A

.

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

Adapter Structural Design Pattern diagram:

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

What are the consequences of the Adapter Structural Design Pattern for classes?

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

What are the consequences of the Adapter Structural Design Pattern for objects?

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

What is the example we used for the Bridge Structural Design Pattern?

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

What is the Bridge Structural Design Pattern?

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

What is the applicability of the Bridge Structural Design Pattern?

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

Diagram of the Bridge Structural Design Pattern:

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

Go over the code example for the Bridge Structural Design Pattern:

A

.

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

What are the consequences of using the Bridge Structural Design Pattern?

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

What pattern is similar to the Bridge Structural Design Pattern?

A
17
Q

What are the differences between the Strategy Design pattern and the Bridge Structural Design Pattern?

A
18
Q

What is the example used to describe the Composite Structural Design Pattern?

A
19
Q

What is the Composite Structural Design Pattern?

A
20
Q

What is the Applicability of the Composite Structural Design Pattern?

A
21
Q

Diagram of the Composite Structural Design Pattern:

A
22
Q

Go over the code example for the Composite Structural Design Pattern

A

.

23
Q

What are the consequences of using the Composite Structural Design Pattern?

A
24
Q

What is the example used to describe the Decorator Structural Design Pattern?

A
25
Q

What is the Decorator Structural Design Pattern?

A
26
Q

What is the applicability of the Decorator Structural Design Pattern?

A
27
Q

Diagram of the Decorator Structural Design Pattern:

A
28
Q

Go over the code example of the Decorator Structural Design Pattern:

A

.

29
Q

What are the consequences of the Decorator Structural Design Pattern?

A
30
Q

What is the example used to describe the Flyweight Structural Design Pattern?

A
31
Q

What is the Flyweight Structural Design Pattern?

A
32
Q

What is the applicability of the Flyweight Structural Design Pattern?

A
33
Q

Diagram of the Flyweight Structural Design Pattern:

A
34
Q

What are the following with regards to the Flyweight Structural Design Pattern?

Flyweight
Intrinsic State
Extrinsic State

A
35
Q

Go over the code example for the Flyweight Structural Design Pattern

A

.

36
Q

What are the consequences of using the Flyweight Structural Design Pattern?

A