Intermediate Object-Oriented Programming Concepts
Q66 / 100

What does "loose coupling" between classes mean, and why is it desirable?

Correct! Well done.

Incorrect.

The correct answer is A) Classes have minimal dependencies on each other's internal details, making changes in one less likely to break others

A

Correct Answer

Classes have minimal dependencies on each other's internal details, making changes in one less likely to break others

Explanation

Loosely coupled classes interact through stable interfaces, so internal changes in one class are less likely to ripple through the system.

Progress
66/100