Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 282 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 282 Bytes

Structural Design Patterns

In software engineering, structural design patterns are design patterns that ease the design by identifying a simple way to realize relationships among entities.

Strucural Design Patterns implemented in this repo:

  1. Adapter
  2. Proxy
  3. Decorator