Home » JAVA Programming » Inheritance » Question
  1. Which of the following is used for implementing inheritance through class?
    1. implements
    2. inherited
    3. using
    4. extends
    5. None of these
Correct Option: D

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



Your comments will be displayed only after manual approval.