InterviewSolution
Saved Bookmarks
| 1. |
What is not type of inheritance?(a) Single inheritance(b) Double inheritance(c) Hierarchical inheritance(d) Multiple inheritance |
|
Answer» Right option is (b) Double inheritance The best explanation: Inheritance is way of acquiring attributes and methods of parent class. Java supports hierarchical inheritance directly. |
|