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 )

Wednesday October 11 , 2000
 

Definition   The FUNCTIONAL APPLICATION ARCHITECTURE is the application architecture which:

  1. All variables referenced in a method are declared local to the method.
  2. All methods are defined in the class,  with the notable except of the ``main method'' are operators - they return data

Definition   The OBJECTIVE APPLICATION ARCHITECTURE is the application architecture in which the ``perimeter'' object for solving the problem at hand is created from a specially tailored class.