Jonas is designing a Batman game. He is currently working on building the Batmobile car. He has already built the functionality for normal cars within the Car class and would like to reuse it within the Batmobile class.
Help Jonas complete the Batmobile class by inheriting the functionality of the Car class.