InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Polymorphism And Inheritance? |
|
Answer» Both POLYMORPHISM and Inheritance goes hand on hand, they help each other to ACHIEVE their goal. Polymorphism allows FLEXIBILITY, you can choose which code to run at runtime by overriding. See the detailed ANSWER for more DETAILS. Both Polymorphism and Inheritance goes hand on hand, they help each other to achieve their goal. Polymorphism allows flexibility, you can choose which code to run at runtime by overriding. See the detailed answer for more details. |
|