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.

Using which of the following, multiple inheritance in Java can be implemented?

a) Interfaces
b) Multithreading
c) Protected methods
d) Private methods

Answer: a
Explanation: Multiple inheritance in java is implemented using interfaces. Multiple interfaces can be implemented by a class.

Join The Discussion