Question: SOLVE WTH PYTHON ONLY PYTHON PYTHON 3. (25 pts) Implement a Car class. A Car object has the following information: odometer, brand, color, and gear.

SOLVE WTH PYTHON ONLY PYTHON PYTHONSOLVE WTH PYTHON ONLY PYTHON PYTHON 3. (25 pts) Implement a Car

3. (25 pts) Implement a Car class. A Car object has the following information: odometer, brand, color, and gear. You will be creating brand new Car objects with odometer set initially to 0. Implement methods increment_gear() and decrement_gear() to increment or decrement the gear. It is initially set to 0. Implement a drive() method which takes two arguments: (1) Number of hours traveled and (2) km traveled per hour. This function is going to be used to modify the odometer. Implement a method named display() to display the information of a car. o Implement a test method that creates three Car objects. Assign their brand, color and gear. Then, call their display() methods to print their information

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!