Is duck typing a subset of polymorphism
- by Raynos
From Polymorphism on WIkipedia
In computer science, polymorphism is a programming language feature that allows values of different data types to be handled using a uniform interface.
From duck typing on Wikipedia
In computer programming with object-oriented programming languages, duck typing is a style of dynamic typing in which an…