
function result the value computed by the function and then returned to the main
program; often just called the result
function result type the data type of the result value returned by a function; often
referred to simply as function type
function type see function result type
functional cohesion a property of a module in which all concrete steps are directed
toward solving just one problem, and any significant subproblems are written as
abstract steps
functional equivalence a property of a module that performs exactly the same
operation as the abstract step it defines, or when one module performs exactly the
same operation as another module
functional ...