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

1 Expert Approved Answer
Step: 1 Unlock

using System using SystemCollectionsGeneric class Program static void Main FleetManager fleetManager new FleetManager while true ConsoleWriteLineVehic... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!