Glossary: Scope

The scope of a variable determines what parts of the program can access it directly. Its sometimes referred to as visibility. In FORTRAN the concept of scope is very rudimentary, variables are either:- In C++ the concept is much richer. Variables can be:- See {..}
Go Back to the The Glossary Top Page


If you have any comments about this page please send them to Nick West