Skip to content

Files

Latest commit

1b12e2c · Apr 4, 2022

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 4, 2022
Apr 4, 2022
Apr 4, 2022
Apr 4, 2022

Bridge Structural Design Pattern

Also known as: Handle / Body

  • is a Structural Design Pattern.
  • that lets you split a large class or a set of closely related classes into two separate hierarchies—abstraction and implementation—which can be developed independently of each other.

  • Intention: Decouple an abstraction from its implementation so that the two can vary independently.

The Best Site To UnderStand The Bridge

https://refactoring.guru/design-patterns/bridge

Sections

Examples

Color And Shape Example

Grade and Reports

TO DO