Word:
Browse
Polymeric
polymeric amide
polymerisation
polymerise
Polymerism
Polymerization
Polymerize
Polymerous
polymethyl methacrylate
Polymnia
Polymnite
Polymonium caeruleum van-bruntiae
Polymorph
polymorphemic
Polymorphic
polymorphic lambda-calculus
-- Polymorphism --
Polymorphosis
Polymorphous
Polymorphy
Polymox
Polymyodae
Polymyodous
Polymyoid
polymyositis
polymyxin
Polyneme
Polynemidae
Polynemoid
Polynesia
Polynesian
Polynesian tattler
Polynesians

Polymorphism

Advertisement
Pol`y`mor´phism
n.1.(Crystallog.) Same as Pleomorphism.
2.(Biol.) The capability of assuming different forms; the capability of widely varying in form.
Noun1.polymorphism - (chemistry) the existence of different kinds of crystal of the same chemical compound
Synonyms: pleomorphism
2.polymorphism - (biology) the existence of two or more forms of individuals within the same animal species (independent of sex differences)
(theory, programming)polymorphism - A concept first identified by Christopher Strachey (1967) and developed by Hindley and Milner, allowing types such as list of anything. E.g. in Haskell:

length :: [a] -> Int

is a function which operates on a list of objects of any type, a (a is a type variable). This is known as parametric polymorphism. Polymorphic typing allows strong type checking as well as generic functions. ML in 1976 was the first language with polymorphic typing.

Ad-hoc polymorphism (better described as overloading) is the ability to use the same syntax for objects of different types, e.g. "+" for addition of reals and integers or "-" for unary negation or diadic subtraction. Parametric polymorphism allows the same object code for a function to handle arguments of many types but overloading only reuses syntax and requires different code to handle different types.

See also generic type variable.

In object-oriented programming, the term is used to describe a variable that may refer to objects whose class is not known at compile time and which respond at run time according to the actual class of the object to which they refer.
chemical phenomenon, chemical science, chemistry, dimorphism, pleomorphism

About this site and copyright information - Online Dictionary Home