adding content
This commit is contained in:
7
Career Concepts/20260413154901-dll.org
Normal file
7
Career Concepts/20260413154901-dll.org
Normal file
@@ -0,0 +1,7 @@
|
||||
:PROPERTIES:
|
||||
:ID: e717c252-0e15-4403-898f-93163dd1b147
|
||||
:END:
|
||||
#+title: Dynamic Link Library (DLL)
|
||||
#+filetags: :windows:notes:
|
||||
|
||||
A Dynamic Link Library (DLL) is a type of file that contains code and data that can be used by multiple programs simultaneously. It allows developers to modularise their applications, enabling code reuse and efficient memory usage. DLLs are commonly used in Windows operating systems, but they can also be found in other platforms.
|
||||
Reference in New Issue
Block a user