You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2477,9 +2477,9 @@ hardening Sprint.
2477
2477
2478
2478
### Which is NOT true about Efferent Coupling?
2479
2479
2480
-
-[] Classes with high efferent will affect other classes when changes are made.
2480
+
-[x] Classes with high efferent will affect other classes when changes are made.
2481
2481
-[ ] A large Efferent Coupling can indicate that a class is unfocused and may also indicate that it is unstable since it depends on the stability of all the types to which it is coupled.
2482
-
-[x] Classes with high Efferent Coupling will receive the effects of changes or defects in other classes.
2482
+
-[] Classes with high Efferent Coupling will receive the effects of changes or defects in other classes.
0 commit comments