Problem:
Question 1: An Airplane class and a Jet class have what type of relationship?
a) The Jet is-an Airplane.
b) The Airplane is-a Jet.
c) The Jet has-an Airplane
d) The Airplane has-a Jet.
Question 2: Overloaded methods demonstrate
a) Execution-time polymorphism.
b) Runtime polymorphism.
c) Compile-time polymorphism.
d) None of the above
Please select correct answer and also provide explaination.