Dynamic Linking and Shared Libraries
- Dynamically linked libraries are system libraries that are linked to user programs when the programs are run
- Dynamic linking, in contrast, is similar to dynamic loading.
- Here, though, linking, rather than loading, is postponed until execution time.
- This feature is usually used with system libraries, such as language subroutine libraries.