type class
Also found in: Wikipedia.
type class
A set of types for which certain operations or methods are
defined. E.g. the class Number might have methods for addition
and subtraction. Classes are a feature of object oriented languages and of the functional programming language
Haskell. See also inheritance.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)