Question: C# visual studio Create a class design for a vehicle sales/inventory system. This system should be capable of storing Cars, Trucks, Motorcycles of all kinds
C# visual studio
Create a class design for a vehicle sales/inventory system. This system should be capable of storing Cars, Trucks, Motorcycles of all kinds and brands. As a sales system, it should be able to store each vehicle's mileage, price and model specifications. Use inheritance and enums to make the design reusable and minimize user errors.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
