Given the example of a car that has a color, weight, and can go forward, stop, reverse all at a speed that can be set as well as displayed. Give the names of what the instance variables would be and the methods with what return types and parameters. Also explain how you could have the car always start out as a red car weighing 2500 lbs and having a speed of 0 until the user chooses to specify otherwise. You do not have to write code that runs. You may use a UML class diagram or just write a description in any form that answers this question.
-- i dont have the slighest clue..