4 ms·Is generics akin to overloading functions?by _spoonman 6y agoIs generics akin to overloading functions?manu3000 6y agono, overloading functions is called "ad hoc polymorphism", whereas generics is called "parametric polymorphism"