The writer is very fast, professional and responded to the review request fast also. Thank you.
Part 2 – Work on this part individually. Use the Visual Studio development environment. Open book and notes. Submit a clean copy of your code and screenshots of sample runs. No assistance.
>
>
> 1. Write a class named Car that has the following member variables:
>
> · YearModel. An int that holds the car’s year model
>
> · Make. A string 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 constructor and other member functions.
>
> · A default constructor. Set all private data members to default values. Speed should be set to zero.
>
> · A constructor with parameters. The constructor should accept the car’s year model and make as argument. Set speed to zero.
>
> · accessor/get. Appropriate accessor methods for the private data members.
>
> · mutator/set. Appropriate mutator method for the private data members (as needed).
>
> · accelerate. The accelerate method should receive an integer parameter value between 1 and 5 (inclusive) add value to the speed of the Car.
>
> · break. The break method should receive an integer parameter value between 1 and 5 (inclusive) and subtract value from the speed of the Car.
>
> · print . displays the value of the private data members of the class
> Demonstrate the class in a program that creates a Car object, and the calls the accelerate function twice. After each call to the accelerate method, display the current speed of the car. Then call the break function two times. After each call print the speed of the car.
>
> 2. For the Car class in part 1. Write a non-member function faster() that receives two Car objects and returns the car object with the higher speed. Test this function in the main program and print the object/car with the higher speed.
>
> 3. Declare a Car pointer variable cptr and make it point to one of the car objects that was created in problem 1or 2. Use the pointer variable cptr to call the print method.
>
> 4. Use the cptr to dynamically allocate a Car object. Use the cptr to call the methods accelerate and print in the object.
>
> 5. Return the allocated memory to the system.
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more