InterviewSolution
Saved Bookmarks
| 1. |
Can You Use Abstract And Final Both With A Method? |
|
Answer» No, because abstract method NEEDS to be OVERRIDDEN whereas you can't override FINAL method. No, because abstract method needs to be overridden whereas you can't override final method. |
|