Object Oriented Software Engineering   View all facts   Glossary   Help
subject > programming language construct > data item > variable > global variable
Next variableinstance variable    Upvariable    Previous variableclass variable   

global variable comparison table
Subject cause use in has definition is a subtopic of is a kind of
variable  A place where you can put data2.3 - Instance Variablesdata item
global variablecommon couplingolder programming languagesA variable that is accessible from all procedures in the system, or in the scope of just a specific set of modules (e.g. a Java package).9.2 - Principles Leading to Good Designvariable

Next variableinstance variable    Upvariable    Previous variableclass variable