Object Oriented Software Engineering View all facts Glossary Help |
| subject > programming language construct > data item > variable > global 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 data | 2.3 - Instance Variables | data item | ||
| global variable | common coupling | older programming languages | A 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 Design | variable |
Next variable: instance variable Up: variable Previous variable: class variable