Try to describe polymorphism as easy as you can

language-agnosticooppolymorphism

How can polymorphism be described in an easy-to-understand way?

We can find a lot of information about the subject on the Internet and books, like in Type polymorphism. But let's try to make it as simple as we can.

Best Answer

Two objects respond to the same message with different behaviors; the sender doesn't have to care.