Which of the following is used for implementing inheritance through class?
Which of the following is used for implementing inheritance through class? Correct Answer extends
Class can be extended using extends keyword. One class can extend only one class. A final class cannot be extended.