Dynamic libraries are a collection of object files which are referenced at build time to give the executable information how they will eventually be used, but they aren’t used until run time . In other words, these objects are dynamically linked into executables that use them.