Skip to content
SP StackPractices

Tag: structural

2 resources tagged with "structural" on StackPractices.

Adapter Pattern

Convert the interface of a class into another interface clients expect. A structural design pattern for interface compatibility.

Decorator Pattern

Add new functionality to objects dynamically by wrapping them. A structural design pattern for flexible behavior extension.