Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 1 (Q.No. 31)
31.
The best form of coupling is _____
complete
tight
loose
free
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
10 comments Page 1 of 1.

Yaswanth said:   1 decade ago
How can you say it as loose coupling ?

Mohini said:   1 decade ago
Please explain how?

Smaranika said:   1 decade ago
Coupling means interdependence between 2 modules or functions. So least dependency is preferable. Thats why loose coupling.
(1)

Priyanka said:   1 decade ago
When we want to add new child class then we need not have to make more changes in the program if the program is losely coupled (as there is less dependencies between modules).
(1)

Shrikrushna said:   1 decade ago
There is concept of coupling and cohesion it clears that.

1. Coupling should loose.

2. Cohesion should tightly.
(1)

Sweety said:   1 decade ago
The best form of coupling is loose coupling.

How ? Please can you explain me?

D.anusha said:   1 decade ago
Coupling is required when it is necessary. But mostly loose coupling is preferable.

Sharwari said:   10 years ago
What is the concept of cohesion?

Maddy said:   8 years ago
Cohesion means?

Akanksha said:   8 years ago
Tightly @Maddy.

Post your comments here:

Your comments will be displayed after verification.