Vidyalelo
PHP · Q98

Object Oriented Concept

Programming · PHP · question 98

Q98

________ code makes change easier because the impact of altering an implementation will be localized to the component being altered.

A.
Orthogonal
Answer
B.
Cohesion
C.
Coupling
D.
Balancing

Answer: Option A

Solution

Answer: Option A
Solution:
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.