What is "library"

A library is a collection of behavioral implementations that has a well-defined interface by which the behavior is called. For example, people who wish to write a higher (more abstract) level program may use a library to make system calls instead of implementing them repeatedly. In addition, the behavior is provided for reuse in several independent programs.

Related Links: