



|
|
Byron's CSC212 Web Site
|
Glossary of Terms ( Cognitive and Computational )
Tuesday October 10 , 2000
|
|
|
Definition
The GLOBAL PROCEDURAL APPLICATION ARCHITECTURE is the application architecture in which:
- All values which appear anywhere within the class are declared local to the class, and hence are global to all of the methods of the class.
- All methods defined in the class are commands.
|
|