InterviewSolution
Saved Bookmarks
| 1. |
How Can We Call The Base Method Without Creating An Instance? |
|
Answer» Yes, it is possible to call the base method WITHOUT creating an INSTANCE. And that method should be,.Static method.Doing INHERITANCE from that class.-Use Base KEYWORD from derived class. Yes, it is possible to call the base method without creating an instance. And that method should be,.Static method.Doing inheritance from that class.-Use Base Keyword from derived class. |
|