Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 393 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 393 Bytes

Bridge

"Define separate inheritance hierarchies for an abstraction and its implementation. Abstraction delegates its implementation to an Implementor object instead of committing to an implementation at compile-time."

Model

Model

Example

Functional Model

functional

Structural Model

structural