What is functional programming?
Paradigm based on implementing mathematical functions.
A function specifies the relation between the arguments and the result of a computation.
What four principles are HOP and FP based on?
Instantiation, genericity, embedding and procedural abstraction
What is a secure data structure implementation?
Only the data type operations can access structures within the datatypes