



|
|
CS1 Course Site
|
Glossary of Terms ( Cognitive and Computational )
Monday October 9 , 2000
|
|
-
Definition
The GLOBAL PROCEDURAL APPLICATION ARCHITECTURE is the application architecture in which
- All the variables which appear anywhere within the class are declared local to the class, and are global to all of the methods of the class.
- All methods outlined in the class are commands.
|
|