Question: Suppose the class SportsCar is a derived class of a class Automobile, and suppose also that the class Automobile has public methods named accelerate and add Gas. Will an object of the class Sports Car have methods named accelerate and add Gas? If so, do these methods have to perform the exact same actions in the class Sports Car as in the class Automobile?