CS1 Course Site

CS1 at Oswego

Hypertexknowlogy

Frequently Asked Questions

 
CS1 Course Site  
 
 
 
Glossary of Terms ( Cognitive and Computational )

Wednesday October 11 , 2000
 
  • Definition   The FUNCTIONAL APPLICATION ARCHITECTURE is the application architecture in which:

    1. All variables referred in a method are declared local to the method.
    2. All method defined in the class with the notable exception of ``main,  '' are opperators.


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