C++ please
4. Car Class Write a class named Car that has the following member variables: Solving the Car Class Problem year. An int that holds the car’s model year. make. A string object that holds the make of the car. speed. An int that holds the car’s current speed. In addition, the class should have the following member functions. Constructor. The constructor should accept the car’s year and make as arguments and
OR
OR