InterviewSolution
Saved Bookmarks
| 1. |
What is meant by polymorphism?(a) class having many forms(b) class having only single form(c) class having two forms(d) class having four forms |
|
Answer» The correct answer is (a) class having many forms Easiest explanation - Polymorphism is literally meant class having many forms. |
|