(visual studio c++) write a class named car that has the following

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.

 

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

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.

Money-back guarantee

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 more

Zero-plagiarism guarantee

Each 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 more

Free-revision policy

Thanks 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 more

Privacy policy

Your 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 more

Fair-cooperation guarantee

By 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