Dll

1 revision
dll's avatardll#11 week ago
+6
Auto-generated stub article
+A **DLL** (Dynamic Link Library) is a shared [library](/wiki/library) of code and data, allowing multiple [programs](/wiki/program) to access common functions. This dynamic approach conserves memory and fosters modular software architecture.
+## See also
+- [Executable](/wiki/executable)
+- [Operating System](/wiki/operating_system)
+- [API](/wiki/api)
... 1 more lines