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
242

... century - 3rd century - 4th century Decades: 190s 200s 210s 220s 230s - 240s - 250s 260s 270s 280s 290s Years: 237 238 239 240 241 - 242 - 243 244 245 246 ...

 
 
 
This page was created in 26 ms