Nearby Words

instantiation

[in-stan-shee-eyt]

in·stan·ti·ate

[in-stan-shee-eyt]
verb (used with object), -at·ed, -at·ing.
to provide an instance of or concrete evidence in support of (a theory, concept, claim, or the like).

Origin:
1945–50; < Latin instanti(a) (taken as combining form of instance) + -ate

in·stan·ti·a·tion, noun
in·stan·ti·a·tive, adjective
Dictionary.com Unabridged
Based on the Random House Dictionary, © Random House, Inc. 2012.
Cite This Source Link To instantiation

:10

:09

:08

:07

:06

:05

:04

:03

:02

:01

Instantiation is always a great word to know.
So is doohickey. Does it mean:
a gadget; dingus; thingumbob.
a children's mummer's parade, as on the Fourth of July, with prizes for the best costumes.
Collins
World English Dictionary
instantiation (ɪnˌstænʃɪˈeɪʃən)
 
n
1.  the act or an instance of instantiating
2.  the representation of (an abstraction) by a concrete example
3.  logic
 a.  the process of deriving an individual statement from a general one by replacing the variable with a name or other referring expression
 b.  the valid inference of an instance from a universally quantified statement, as David is rational from all men are rational
 c.  a statement so derived

Collins English Dictionary - Complete & Unabridged 10th Edition
2009 © William Collins Sons & Co. Ltd. 1979, 1986 © HarperCollins
Publishers 1998, 2000, 2003, 2005, 2006, 2007, 2009
Cite This Source
FOLDOC
Computing Dictionary

instantiation definition

programming
Producing a more defined version of some object by replacing variables with values (or other variables).
1. In object-oriented programming, producing a particular object from its class template. This involves allocation of a structure with the types specified by the template, and initialisation of instance variables with either default values or those provided by the class's constructor function.
2. In unification, (as used in logic programming, type checking and type inference), binding a logic variable (type variable) to some value (type).
(1995-03-28)

The Free On-line Dictionary of Computing, © Denis Howe 2010 http://foldoc.org
Cite This Source
Dictionary.com, LLC. Copyright © 2012. All rights reserved.
  • Please Login or Sign Up to use the Recent Searches feature