InterviewSolution
Saved Bookmarks
| 1. |
Is it possible to call parent class without its instance creation? |
|
Answer» Yes, it is possible if the BASE class is INSTANTIATED by other CHILD CLASSES or if the base class is a static METHOD. |
|