Dynamic Linking
Definition – dynamic linking allows for the linking of library routines when an executing program needs it. A stub is included in place of the actual library. The stub indicates where to locate the library.
Advantage
Libraries do not have to maintained with the program thus saving space