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 class?

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

Answer: c
Explanation: Class can be extended using extends keyword. One class can extend only one class. A final class cannot be extended.

Join The Discussion