Skip to content

Commit f15f33e

Browse files
Fix: question224 correct answer (#27)
1 parent d7b3c06 commit f15f33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2477,9 +2477,9 @@ hardening Sprint.
24772477

24782478
### Which is NOT true about Efferent Coupling?
24792479

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.
24812481
- [ ] 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.
24832483
- [ ] It is a Code Quality metric.
24842484

24852485
**[⬆ Back to Top](#table-of-contents)**

0 commit comments

Comments
 (0)