First page Back Continue Last page Image
What Is A Shared Library ?
- When a developer writes a program, they could write all the code themselves
- OR
- They could leverage the functionality of previously written code by using a shared library
Shared Libraries allow more consistent functionality and more efficient repairs and updates to your system