Software Development Best Practices: Polymorphism

Polymorphism is a cornerstone of Object oriented Programming (OOP). Without mastering this concept, it is very hard to produce any quality code that will be resilient and easily testable.
This paper presents this concept with an example on how to apply it.