Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 305 Bytes

design_patterns.md

File metadata and controls

9 lines (5 loc) · 305 Bytes

Design pattern

A design pattern is a general repeatable solution to a commonly occurring problem in software design.

Delegate design pattern

Delegate pattern is an object-oriented design pattern that allows object composition to achieve the same code reuse as inheritance.

See more