Coding
Advertisements
Related Guides
| |
A library is a collection of reusable components of code.An API, or application program interface, is a contract for reuse that is published by a library, service, framework, system or application.
Library vs APIA library is a chunk of code designed for reuse that is typically installed locally. A library is most often wrapped in an API that defines the functionality the library provides and how to use it.Technically speaking, the term API refers to an interface that doesn't need to have an implementation. However, when people speak of an API they are usually referring to a reusable library or service. Where a library is used as a package of code, a service is a running system that provides functionality to other systems and applications. |
| Library | API | Definition | A reusable chunk of code. | A contract for reuse published by a library, service, framework, system or application. |
Coding
This is the complete list of articles we have written about coding.
If you enjoyed this page, please consider bookmarking Simplicable.
© 2010-2023 Simplicable. All Rights Reserved. Reproduction of materials found on this site, in any form, without explicit permission is prohibited.
View credits & copyrights or citation information for this page.
|