Which of the following is an advantage of dependency injection?

18. Which of the following is an advantage of dependency injection?

  1. Reuse shared functionality
  2. Share database connections
  3. Authentication and security requirements.
  4. All of the above

Answer: D) All of the above

Explanation:

Following are the advantages of dependency injection:

  • Reuse shared functionality
  • Share database connections
  • Authentication and security requirements

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.