Question: BTM 380 Assignment # 2 In this assignment you are asked to build a simple application to keep track of car inventory. You should build

BTM 380 Assignment # 2 In this assignment you are asked to build a simple application to keep track of car inventory. You should build a "Car" class with the following private fields: model (string), year (int), color (string), and mileage (double). Provide properties in order to access these fields. Provide a constructor with parameters that can be used to populate all of the fields. Provide GetInfo() method that returns a string consisting of a model, year, color, and mileage, appropriately formatted. Also, provide a "CarDM" (DM stands for data management) class that features two static methods: save(List
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
