Skip to content

Bridge is a structural design pattern that divides business logic or huge class into separate class hierarchies that can be developed independently.

Notifications You must be signed in to change notification settings

una-eif204-progra2-master/dp-structural-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Design Pattern: structural - Bridge

Bridge 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.

About

Bridge is a structural design pattern that divides business logic or huge class into separate class hierarchies that can be developed independently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published