Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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