Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 297 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 297 Bytes

Garage_Manager_Program

Simple program to manage a garage emphasises OOP, inheritance and polymorphism. Built in such a way that adding a new vehicle type (e.g tractor) with unique vehicle qualities is done by only adding a class of the vehicle type and a case in Ex03.GarageLogic.VehicleBuilder