InterviewSolution
Saved Bookmarks
| 1. |
Explain the use of sublass in a Java program? |
|
Answer» Sub class inherits all the public and protected methods and the implementation. It also inherits all the default modifier methods and their implementation. |
|