InterviewSolution
Saved Bookmarks
| 1. |
What Is An Abstract Class? |
|
Answer» These classes cannot be instantiated and are either PARTIALLY IMPLEMENTED or not at all implemented. This CLASS contains one or more abstract methods which are simply method declarations WITHOUT a body. These classes cannot be instantiated and are either partially implemented or not at all implemented. This class contains one or more abstract methods which are simply method declarations without a body. |
|