Question: Suppose the class SportsCar is a derived class of a class Automobile. Suppose also that the class Automobile has private instance variables named speed, manufacturer, and number Of Cylinders. Will an object of the class Sports Car have instance variables named speed, manufacturer, and number Of Cylinders?