P Dunn's Super CS1 Site

CS1 at Oswego

Hypertexknowlogy

Frequently Asked Questions

 
P Dunn's Super CS1 Site  
 
 
 
Glossary of Terms ( Cognitive and Computational )

Monday October 9 , 2000
 

Definition   The GLOBAL PROCEDURAL APPLICATION ARCHITECTURE is the application architecture in which:

  1. All variables which appear anywhere within the class are declared local to the class and hence are global to all of the methods of the class.
  2. All methods defined in the class are commands.