In SOLID, is it possible to break SRP without breaking ISP or viceversa?

I understand more or less the difference between them, with SRP telling that a class should only have one responsability, while ISP is more kind of looking from the client of a class point of view, where you don't want to get offered more methods than you need.

With this in mind, is there actually a way to break one principle without breaking the other?

Upvotes: 0

Views: 64

Answers (0)

Related Questions