DLL is short for the Dynamic-link library, which is a shared library for housing different programs. All these programs can have their own modules, and the DLL houses them. The programs can even ...