Concept explainers
Car Class
Design a class named Car that has the following fields:
- yearModel: The yearModel field is an Integer that holds the car’s year model.
- make: The make field references a String that holds the make of the car.
- speed: The speed field is an Integer that holds the car's current speed.
In addition, the class should have the following constructor and other methods:
- Constructor: The constructor should accept the car’s year model and make as arguments. These values should be assigned to the object’s yearMode1 and make fields. The constructor should also assign 0 to the speed field.
- Accessors: Design appropriate accessor methods to get the values stored in an object’s yearModel, make, and speed fields.
- accelerate: The accelerate method should add 5 to the speed field each time it is called.
- brake: The brake method should subtract 5 from the speed field each time it is called.
Next, design a

Want to see the full answer?
Check out a sample textbook solution
Chapter 14 Solutions
STARTING OUT W/PROGRAM.LOGIC...-TEXT
Additional Engineering Textbook Solutions
Starting Out with C++: Early Objects (9th Edition)
Management Information Systems: Managing The Digital Firm (16th Edition)
Degarmo's Materials And Processes In Manufacturing
SURVEY OF OPERATING SYSTEMS
Database Concepts (8th Edition)
Starting Out with C++ from Control Structures to Objects (9th Edition)
- EBK JAVA PROGRAMMINGComputer ScienceISBN:9781337671385Author:FARRELLPublisher:CENGAGE LEARNING - CONSIGNMENTMicrosoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,Programming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:Cengage
- EBK JAVA PROGRAMMINGComputer ScienceISBN:9781305480537Author:FARRELLPublisher:CENGAGE LEARNING - CONSIGNMENTProgramming with Microsoft Visual Basic 2017Computer ScienceISBN:9781337102124Author:Diane ZakPublisher:Cengage LearningC++ Programming: From Problem Analysis to Program...Computer ScienceISBN:9781337102087Author:D. S. MalikPublisher:Cengage Learning




