Question: Create a console application in C# by using classes and the principles of OOP to develop simple Vehicle Fleet Management system. Your application should provide
Create a console application in C# by using classes and the principles of OOP to develop simple Vehicle Fleet Management system.
Your application should provide users with the following options:
1) Add 3 vehicles to the inventory
2) When creating the vehicle objects, the following object types should be able: Car, Van, SUV
3) Enter the following details for each vehicle: Make, Model, Year, Colour, SeatingCapacity, Fuel Type, InsuranceExpiryDate, FitnessExpiryDate
Exception handling should be a part of your application by design.
Step by Step Solution
3.46 Rating (162 Votes )
There are 3 Steps involved in it
using System using SystemCollectionsGeneric class Program static void Main FleetManager fleetManager new FleetManager while true ConsoleWriteLineVehic... View full answer
Get step-by-step solutions from verified subject matter experts
