what is polymorphism and overriding in oop ?

Fantom

Faydalı
Faydalı
28 Ağu 2023
4,527
0
0
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