Hacker News new | ask | show | jobs
by _spoonman 1950 days ago
Is generics akin to overloading functions?
1 comments

no, overloading functions is called "ad hoc polymorphism", whereas generics is called "parametric polymorphism"