Skip to content

LiteObject/Demo.DesignPattern.Bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Bridge Design Pattern

The Bridge design pattern is a structural design pattern that decouples an abstraction from its implementation so that the two can vary independently.

The Bridge pattern consists of two main components:

  • Abstraction: Defines the interface for the client code
  • Implementation: Provides the actual implementation of that interface

The two components are connected by a bridge, which allows the Abstraction to use the Implementation without the client code knowing anything about the Implementation.

About

An example of bridge design pattern in C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published