A method for combining data values has a closure property if [...]
Answer
the result of combination can itself be combined using the same method.
Tags
#python #sicp
Question
A method for combining data values has a closure property if [...]
Answer
?
Tags
#python #sicp
Question
A method for combining data values has a closure property if [...]
Answer
the result of combination can itself be combined using the same method.
If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it a method for combining data values
has a closure property if the result of combination can itself be combined
using the same method. Closure is the key to power in any means of combination
because it permits us to create hierarchical structures — structures made up of
parts, which themselves are made up of parts, and