Computer Science, asked by richagrover1990, 1 day ago

which of the following statements describe the interface segregation principle of the solid object oriented design approach​

Answers

Answered by archnatiwarit
10

Answer:

Please .mark me as brainlist

Explanation:

Small interfaces should be combined to form a large interface. Interfaces should provide general functionality for multiple clients. Clients should not be forced to depend on interfaces that they do not use. You shouldn't create an interface that does too many things.

Answered by ratz15593
55

Answer:

1. You shouldn't create an interface that does too many things
2. Clients should not be forced to depend on interfaces that they do not use.

Explanation:

Similar questions