Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following is a type of polymorphism in Java?

a) Compile time polymorphism
b) Multiple polymorphism
c) Execution time polymorphism
d) Multilevel polymorphism

Answer: a
Explanation: There are two types of polymorphism in Java – 1) Compile time polymorphism (overloading) and 2) runtime polymorphism (overriding).

Join The Discussion