Please use the form below to search our dictionaries by entering a word you wish to define. (If you search this site to define words regularly, support this FREE site - Donate! )
|

Define the word type class"type class" foldoc "The Free On-line Dictionary of Computing (27 SEP 03)"
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.
|
|
|