Question
(C++ Program) (Car Class) Create a class called Car that includes four pieces of information as data membersthe make of car (type string), the model
(C++ Program)
(Car Class) Create a class called Car that includes four pieces of information as data membersthe make of car (type string), the model of car (type string), the vehicle identification number of car (type string) and a year of manufacture (type int). Your class should have a constructor that initializes the four data members. Provide a set and a get function for each data member. If the year is not positive, set it to 1990. Write a test program (in a file outside the class file) that demonstrates class Cars capabilities. Create three Car objects and display each objects year of manufacture.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started