dynamic link library

A means of sharing common functions between several programs. This library contains functions for common use. The library can be linked to the object as a function call at run time. Implementation of a dynamic link library reduces the size of objects to a minimum because dynamic link libraries are not included in a programs object.

dynamic link libraries

DLL