1.

Inversion of Control is used to increase __________ of the code.(a) Functionality(b) Cleanliness(c) Effectiveness(d) ModularityI had been asked this question in examination.Question is taken from The Controller Component topic in section Mastering JUnit of JUnit

Answer»

Correct option is (d) Modularity

The best I can explain: Inversion of CONTROL makes the code more EXTENSIBLE RESULTING in more modular code.



Discussion

No Comment Found

Related InterviewSolutions