InterviewSolution
Saved Bookmarks
| 1. |
Write the features of inheritance in java |
|
Answer» ance in Java - In practice, inheritance and polymorphism are used together in java to achieve fast PERFORMANCE and readability of code. Below are the DIFFERENT types of inheritance which is SUPPORTED by Java. Single Inheritance : In single inheritance, subclasses INHERIT the features of one superclass.hope it will HELP you. |
|