Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 1 6 ( 2 points ) Which one is NOT about Interface Segregation Principle? Question 1 6 options: Keep each implementation independent of interfaces

Question 16(2 points)
Which one is NOT about Interface Segregation Principle?
Question 16 options:
Keep each implementation independent of interfaces that they do not use. If you need to change one interface, you shouldn't need to change the other
Focuses on the cohesiveness of interfaces with respect to the implementors that use them
Classes that implement interfaces should not be forced to implement methods they do not use. Another way of putting it is: use small interfaces, not fat ones
High-level modules should not depend on low-level modules; both should dependonabstractions

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

4. Identify the challenges facing todays organizations

Answered: 1 week ago