InterviewSolution
Saved Bookmarks
| 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 |
|