We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d0d8d commit 89ade6dCopy full SHA for 89ade6d
README.md
@@ -2657,10 +2657,10 @@ Who knows best about how to create usable and releasable Increments?
2657
_[⬆ Back to Top](#table-of-contents)_
2658
2659
234. ### Question234
2660
-Interface Segregation principle implies that a client should never be forced to implement an interface that it doesn’t use.
+True or False: Interface Segregation principle implies that a client should never be forced to implement an interface that it doesn’t use.
2661
2662
-- [ ] False
2663
-- [x] True
+- [ ] False.
+- [x] True.
2664
2665
2666
0 commit comments