InterviewSolution
Saved Bookmarks
| 1. |
As We Know That Abstract Class In Java Cannot Be Instantiated, How Will You Use The Non-static Methods Of An Abstract Class? |
|
Answer» By extending the ABSTRACT CLASS it is POSSIBLE to use the non-static METHODS. By extending the abstract class it is possible to use the non-static methods. |
|