Contextualization (computer science)

In computer science, contextualization is an initialization phase permitting one, 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


This article is issued from Wikipedia - version of the 12/17/2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.