Java   View all facts   Glossary   Help
scope > scope of a variable
Upscope

scope of a variable
subjectfact 
scope of a variableconsists of the parts of the source code in which reference to the variable can be made    source: Object Oriented Software Engineering by Lethbridge and Laganière, 2001-10-19 11:37:51.0
has definition The block of code within which the variable is accessible and determines when the variable is created and destroyedadded by: JK, source: Sun Java Tutorial, reference: Tutorial, 2001-10-19 11:37:51.0
is a subtopic of Scope2001-10-19 11:37:51.0
is defined by location of the variable declaration within your programadded by: JK, source: Sun Java Tutorial, 2001-10-19 11:37:51.0
is a kind of scopeadded by: JK, 2001-10-19 11:37:51.0

Kinds of scope of a variable :