define and Explain polymorphism in OOP with example.
Utilisateur anonyme
i.Polymorphism means the ability to take more than one form. ii.The behavior depends upon the types of data used in the operation. iii.Polymorphism plays an important role in allowing objects having different internal structures to share the same external interface.