what is the difference between polymorphism and overriding ?

Akdemir

Global Mod
Global Mod
What is the difference between polymorphism and overriding?
Overriding just means using the same function signature to change the inherited methods from a parent. Polymorphism is just a concept in CS that objects can have a mix of some inherited behaviors aka methods and some unique to their own class.Apr 26, 2017