Now that Jonas has inherited the functionality of the Car class into the Batmobile class, he would like to add some extra functionality to the Batmobile.
The Batmobile will have the ability to shoot missiles. To support this, help Jonas add a new method in Batmobile called shoot_missile() which prints Sssswossshhhhhh . . . Boom! to the screen.