Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 694 Bytes

File metadata and controls

9 lines (8 loc) · 694 Bytes

Description: DLL (Dynamic Link Library) is a library that contains code and data that can be used by different programs on a computer at the same time.
The use of DLLs helps promote modularization of code, code reuse, efficient memory usage, and reduced disk space.
Examples:

  1. In Windows operating system there could be a particular DLL to perform dialog box related functions.
  2. DLLs can implement the Windows user component that creates and manipulates the standard elements of the Windows user interface, such as the desktop, windows, and menus.

Contributor: Ardayfio Samuel Nii Aryee
Twitter: @Mc_Samuel_
Github: @McSam-py