1.

______ 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(c) Co-relation(d) BalancingI got this question in final exam.The question is from Object and Design-1 in portion Object Tools and Design and Variables in PHP of PHP

Answer»

Right option is (b) TIGHT Coupling

Explanation: Tight coupling is by no means UNIQUE to PROCEDURAL code, THOUGH the sequential nature of such code makes it prone to the problem.



Discussion

No Comment Found

Related InterviewSolutions