Exercise: Vehicle Management System
Implement the vehicle management system using OOP concept.
We'll cover the following...
Problem statement
Let's suppose a company needs a vehicle management system to manage different types of vehicles. Each vehicle has common attributes and behaviors, but certain types of vehicles have specific behaviors. Implement the following classes and methods:
Vehicle (base class):
Attributes: ...