InterviewSolution
Saved Bookmarks
| 1. |
Which among the following is not true for polymorphism?(a) It is feature of OOP(b) Ease in readability of program(c) Helps in redefining the same functionality(d) Increases overhead of function definition alwaysI have been asked this question in exam.My query is from Polymorphism topic in division OOPs Concept & Features of Object Oriented Programming |
|
Answer» The correct ANSWER is (d) Increases overhead of FUNCTION definition always |
|