retagged by
4,128 views

1 Answer

Best answer
5 votes
5 votes
Message coupling (low)
This is the loosest type of coupling. It can be achieved by state decentralization (as in objects) and component communication is done via parameters or message passing 

https://en.wikipedia.org/wiki/Coupling_(computer_programming)

ans=D

selected by
Answer:

Related questions

7 votes
7 votes
2 answers
1
makhdoom ghaya asked May 12, 2016
12,893 views
If a program $P$ calls two subprograms $P1$ and $P2$ and $P1$ can fail $50$% of the time and $P2$ can fail $40$% of the time, what is the failure rate of program $P$?$50$...
2 votes
2 votes
3 answers
2
makhdoom ghaya asked May 12, 2016
5,771 views
Which of the following testing methods uses fault simulation technique?Unit testingBeta testingStress testingMutation testing
6 votes
6 votes
1 answer
3
makhdoom ghaya asked May 12, 2016
4,760 views
What is the cyclomatic complexity of a module which has seventeen edges and thirteen nodes?$4$$5$$6$$7$