MCQs > IT & Programming > Object Oriented Programming (OOP) > You have modules that are dependent on each other. If you change one module, you have to make changes in the dependent modules. What term is used to describe this problem, and what is a potential solution?

Object Oriented Programming (OOP) MCQs

You have modules that are dependent on each other. If you change one module, you have to make changes in the dependent modules. What term is used to describe this problem, and what is a potential solution?

Answer

Correct Answer: Coupling. A solution is to refactor the code to be loosely coupled by using inversion of control and dependency injection.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Object Oriented Programming (OOP) Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Object Oriented Programming (OOP) Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it