Multiple choice

Which are common usage of dynamically link libraries, especially useful when the libraries can be replaced by other libraries with a similar interface, but different functionality?

  1. Static library

  2. Plugins

  3. Binary object file

  4. Object code

  5. Linker

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

These are one common usage of dynamically linked libraries, especially useful when the libraries can be replaced by other libraries with a similar interface, but different functionality.