多態有類型系統衍生。html
有限類型、無限類型、肯定類型。app
Classificationsoop
Christopher Strachey (1967) introduced the concept of polymorphism informally into procedural programming languages by distinguishing functionsui
He defined the former as ad-hoc polymorphism and the latter as parametric polymorphism:3d
"Ad-Hoc polymorphism is obtained when a function works, or appears to work, on several different types (which may not exhibit a common structure) and may behave in unrelated ways for each type. Parametric polymorphism is obtained when a function works uniformly on a range of types; these types normally exhibit some common structure." (Strachey, 1967)code
Cardelli and Wegner (1985) expanded Strachey's distinction to accommodate object-oriented languages. They distinguished functionsorm
Inclusion polymorphism is specific to object-oriented languages.htm
https://scs.senecac.on.ca/~oop244/pages/content/adhoc.htmlblog
http://www.cs.kent.edu/~durand/CS43101Fall2004/DT-TypeSystems.htmlci