InterviewSolution
Saved Bookmarks
| 1. |
What Are Abstract Methods? |
|
Answer» ABSTRACT METHODS are methods that only the DECLARATION of the METHOD and no IMPLEMENTATION. Abstract methods are methods that only the declaration of the method and no implementation. |
|