____ is a design technique that eliminates dependencies from programming code to make the application easier to manage and test

9. ____ is a design technique that eliminates dependencies from programming code to make the application easier to manage and test.

  1. Dependency Injection (DI)
  2. Dependency Lookup (DL)
  3. Dependency constructor (DC)

Answer: A) Dependency Injection (DI)

Explanation:

Dependency Injection (DI) is a design technique that eliminates dependencies from programming code to make the application easier to manage and test.

Comments and Discussions!

Load comments ↻






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