a) Briefly explain how polymorphism makes a statically typedlanguage ”a little bit dynamically typed.”
b) Describe the characteristics of an abstract or pure virtualmethod.
c) Unlike C++, Java does not experience the deadly diamond ofdeath in multiple inheritance. How does Java avoid thisproblem?
Answer