CS Electrical And Electronics
@cselectricalandelectronics

Which of the following statements describe the Interface Segregation Principle of the SOLID object-oriented design approach?

All QuestionsCategory: Cpp LanguageWhich of the following statements describe the Interface Segregation Principle of the SOLID object-oriented design approach?
Anonymous asked 3 years ago

Options:

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

1 Answers
Best Answer
Anonymous answered 3 years ago
  1. Clients should not be forced to depend on interfaces that they do not use
  2. You shouldn’t create an interface that does too many things