InterviewSolution
Saved Bookmarks
| 1. |
When Do You Absolutely Have To Declare A Class As Abstract? |
|
Answer» 1. When the CLASS itself is INHERITED from an abstract class, but not all base abstract METHODS have been overridden. 1. When the class itself is inherited from an abstract class, but not all base abstract methods have been overridden. |
|