1.

________ code makes change easier because the impact of altering an implementation will be localized to the component being altered.(a) Orthogonal(b) Cohesion(c) Coupling(d) BalancingI had been asked this question in an online quiz.The doubt is from Object and Design-1 topic in division Object Tools and Design and Variables in PHP of PHP

Answer»

The correct option is (a) Orthogonal

The EXPLANATION: Orthogonality, it is argued, promotes reuse in that components can be plugged into new systems without needing any SPECIAL CONFIGURATION. Such components will have clear inputs and outputs independent of any wider CONTEXT.



Discussion

No Comment Found

Related InterviewSolutions