Structural Design Patterns Flashcards
What are structural design patterns concerned with? What are the two types?
What are the structural design patterns?
What is the scenario used to describe the Adapter Structural Design Pattern?
What is the Adapter Structural Design Pattern?
What is the applicability of the Adapter Structural Design Pattern?
Go through the code example of the Adapter Structural Design Pattern
.
Adapter Structural Design Pattern diagram:
What are the consequences of the Adapter Structural Design Pattern for classes?
What are the consequences of the Adapter Structural Design Pattern for objects?
What is the example we used for the Bridge Structural Design Pattern?
What is the Bridge Structural Design Pattern?
What is the applicability of the Bridge Structural Design Pattern?
Diagram of the Bridge Structural Design Pattern:
Go over the code example for the Bridge Structural Design Pattern:
.
What are the consequences of using the Bridge Structural Design Pattern?
What pattern is similar to the Bridge Structural Design Pattern?
What are the differences between the Strategy Design pattern and the Bridge Structural Design Pattern?
What is the example used to describe the Composite Structural Design Pattern?
What is the Composite Structural Design Pattern?
What is the Applicability of the Composite Structural Design Pattern?
Diagram of the Composite Structural Design Pattern:
Go over the code example for the Composite Structural Design Pattern
.
What are the consequences of using the Composite Structural Design Pattern?
What is the example used to describe the Decorator Structural Design Pattern?
What is the Decorator Structural Design Pattern?
What is the applicability of the Decorator Structural Design Pattern?
Diagram of the Decorator Structural Design Pattern:
Go over the code example of the Decorator Structural Design Pattern:
.
What are the consequences of the Decorator Structural Design Pattern?
What is the example used to describe the Flyweight Structural Design Pattern?
What is the Flyweight Structural Design Pattern?
What is the applicability of the Flyweight Structural Design Pattern?
Diagram of the Flyweight Structural Design Pattern:
What are the following with regards to the Flyweight Structural Design Pattern?
Flyweight
Intrinsic State
Extrinsic State
Go over the code example for the Flyweight Structural Design Pattern
.
What are the consequences of using the Flyweight Structural Design Pattern?