Computer Science, asked by anujphapale44, 2 months ago

Dynamic binding further catogorize into shallow deep and
Options
1. Adhoc
2. Open
3. Temp
4. Int​

Answers

Answered by ridhimakh1219
0

Adhoc

Explanation:

Ad-hoc binding is quite hacky, a lambda grabs the environment at the purpose of a call when it gets passed as an argument.

Deep/shallow binding is sensible only a procedure are often passed as an argument to a function.

Deep binding binds the environment at the time a procedure is passed as an argument. Shallow binding binds the environment at the time a procedure is really called.

Static scoping is additionally called lexical scoping. During this scoping a variable always refers to its top level environment. In contrast, dynamic scope requires the programmer to anticipate all possible dynamic contexts.

Similar questions