First page Back Continue Last page Image
Static vs Dynamic
- Static Libraries
- Libraries or sub modules of code that is called by more than one part of the parent code built into the main code
- Dynamic Linked Libraries
- Libraries or sub modules that can be run by calling it from many programs written by different developers