What is polymorphism and overriding in OOP?
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
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