Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 647 Bytes

File metadata and controls

12 lines (7 loc) · 647 Bytes

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