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.

What is not type of inheritance?

a) Single inheritance
b) Double inheritance
c) Hierarchical inheritance
d) Multiple inheritance

Answer: b
Explanation: Inheritance is way of acquiring attributes and methods of parent class. Java supports hierarchical inheritance directly.

Join The Discussion