Understand subtype polymorphism in C++/Java
1.Which of the following is NOT a type of Polymorphism?
2.Which type of Polymorphism is used for Generics in Java?
3.What is the term used for converting a subtype to one of its supertypes?