What is polymorphism?

Polymorphism allows a single definition to be used with different types of data.

compile time(function overloading) vs runtime(function overriding)
polymorphic function vs polymorphic data.

No comments: