What is the definition of a library in application software?
- It is a section of code that is created to perform a specific task.
- It is a collection of resources that can be reused by programs.
- It is a non-linear data structure represented using nodes in a hierarchical model.
- It is a collection of data values that are ordered using a key/value pair.
Explanation & Hint:
A library is a collection of resources that programs can reuse. It can include prewritten code, configuration information, subroutines, documentation and help information, message templates, and classes. |