InterviewSolution
Saved Bookmarks
| 1. |
Which of this keyword must be used to inherit a class?(a) super(b) this(c) extent(d) extendsThe question was posed to me during an online interview.I want to ask this question from Inheritance in chapter Inheritance of Java |
|
Answer» CORRECT ANSWER is (d) extends For EXPLANATION: NONE. |
|