Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

java-bridge-design-pattern

This is a basic Java project to demonstrate basically how to implement Bridge Design Pattern in Java.

My example is about a vehicle info application. The bridge class is VehicleManager.

This class is used as bridge for Vehicle Implementation class which is implementing the Vehicle interface class.

How to Contribute

For the contributor covenant to this project, please check the Code of Conduct file.

Contributor Covenant