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.
For the contributor covenant to this project, please check the Code of Conduct file.