Interface Summary | |
---|---|
ICar | This interface is used by all cars on the track. |
IObject | This interface is implemented by all objects in the game. |
ISpareTire | This interface is used by the spare tires that have been thrown across the track. |
Class Summary | |
---|---|
Car | This class is the superclass of the RallyCar that you implement. |