Microsoft Store
 

Library (computer science)


 

In computer science, a library is a collection of subprograms used to develop software. Libraries are distinguished from executables in that they are not independent programs; rather, they are "helper" code that provides services to some other independent program. Today the vast majority of the code that executes in a typical application is located in the libraries it uses.

Related Topics:
Computer science - Subprogram - Software - Executable - Program

~ ~ ~ ~ ~ ~ ~ ~ ~ ~