Vidyalelo
PHP · Q96

Object Oriented Concept

Programming · PHP · question 96

Q96

The extent to which proximate procedures are related to one another is known as.

A.
Coupling
B.
Balancing
C.
Cohesion
Answer
D.
Co-relation

Answer: Option C

Solution

Answer: Option C
Solution:
Ideally, you should create components that share a clear responsibility. If your code spreads related routines widely, you will find them harder to maintain as you have to hunt around to make changes. Our ParamHandler classes collect related procedures into a common context.