Here I am trying to make a subclass of the base class, Airplane. In my main code I haven\'t tried to use either constructor yet as I am just trying to make sure I can make t
Make sure that if you are calling a base class with a constructor, the name of the constructor is the the same as that of the base class