Encyclopedia > Scope

  Article Content

Scope

The scope of a given activity or subject is the area or range of what it covers.

In computer programming, the scope of a variable refers to where and when in the program that variable can be accessed and/or modified. It is considered good programming practice to make variables as narrow a scope as feasible so that different parts of your program do not accidentally interact with each other by modifying each other's variables. Common techniques for doing so are to have different sections of your program use different namespaces[?], or else make individual variables private through either dynamic variable scoping or lexical variable scoping.

Also the term used in firearms for a telescopic sight.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Ocean Beach, New York

... income of $41,719 versus $28,750 for females. The per capita income for the village is $28,782. 11.5% of the population and 15.2% of families are below the poverty line. ...

 
 
 
This page was created in 32.1 ms