Vidyalelo
PHP · Q97

Object Oriented Concept

Programming · PHP · question 97

Q97

______ occurs when discrete parts of a system’s code are tightly bound up with one another so that a change in one part necessitates changes in the others.

A.
Loose Coupling
B.
Tight Coupling
Answer
C.
Co-relation
D.
Balancing

Answer: Option B

Solution

Answer: Option B
Solution:
Tight coupling is by no means unique to procedural code, though the sequential nature of such code makes it prone to the problem.