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 used for implementing inheritance through an interface?

a) inherited
b) using
c) extends
d) implements

Answer: d
Explanation: Interface is implemented using implements keyword. A concrete class must implement all the methods of an interface, else it must be declared abstract.

Join The Discussion