



|
|
Byron's CSC212 Web Site
|
Glossary of Terms ( Cognitive and Computational )
Wednesday October 11 , 2000
|
|
|
Definition
The FUNCTIONAL APPLICATION ARCHITECTURE is the application architecture in which:
- All variables referenced in a method are declared local to the method.
- All methods defined in the class with the notable exception of ``main'' are operators.
Definition
The OBJECTIVE APPLICATION ARCHITECTURE is the application architecture in which the ``perfect'' object for solving the program at hand is created from a specially tailored class.
|
|