Jump to content

Contextualization (computer science)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 216.13.237.194 (talk) at 19:42, 17 December 2015 (Usage: Corrected some glaring grammar.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, contextualization is an initialization phase permitting, at instantiation time, to set or override properties having unknown or default values at the time of template creation.

Usage

Templates permit one to define generic capacities and behavior of objects, and default values for some object properties, without imposing strict limits on these properties. Contextualization is an initialization phase permitting one, on instantiation of such a template, to obtain the desired object with precisely customized properties.

Example domains