Dynamic link

динамическая связь метод связывания данных, разделяемых несколькими программами. При изменении данных одной программой они так же изменяются в других Смотри также: DLL

Англо-русский словарь компьютерных терминов

Dynamic link

A pointer from an activation record to the activation record for the scope from which the current scope was called at run time. This is used in a statically scoped language to restore the environment pointer on exit from a scope. To access a non-local variable in a dynamically scoped language, dynamic links are followed until a binding for the given variable name is found.

Free Online Dictionary of Computing