InterviewSolution
Saved Bookmarks
| 1. |
What Is An Abstract Method? |
|
Answer» An abstract method is a method whose IMPLEMENTATION is deferred to a SUBCLASS. An abstract method is a method whose implementation is deferred to a subclass. |
|