DEV Community

hema latha
hema latha

Posted on

what is polymorphism ?

Polymorphism is the ability of an object to take on many forms
A concept by which we can perform a single action by diff ways

polymorphism -- two types

run time polymorphism --- is a method overridding
compile time polymorphism --- is a Method overloading

poly means -- many
morphs means -- forms
so polymorphism means many forms

Top comments (0)