InterviewSolution
Saved Bookmarks
| 1. |
Can A Abstract Class Be Declared Final? |
|
Answer» Not POSSIBLE. An ABSTRACT class without being inherited is of no USE and hence will RESULT in compile time error. Not possible. An abstract class without being inherited is of no use and hence will result in compile time error. |
|