InterviewSolution
Saved Bookmarks
| 1. |
Can There Be Any Abstract Method Without Abstract Class? |
|
Answer» No, if there is any ABSTRACT METHOD in a CLASS, that class MUST be abstract. No, if there is any abstract method in a class, that class must be abstract. |
|