Datasegment.com Online Dictionary
  Online Dictionary : T : type class

type class


1 definition found

type class - Free On-line Dictionary of Computing (26 May 2007) :

  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.