Ask Question
3 December, 03:39

Which principle suggests that specific single responsibility interfaces are better than one general purpose interface?

+5
Answers (1)
  1. 3 December, 06:49
    0
    Answer:Interface segregation principle

    Explanation: Interface-segregation principle (ISP) is amongst the major principles of the object-oriented design which describes that none of the users/clients can be forced for indulging and depending on the unknown methods or methods that they don't have knowledge about.

    It functions by making the interfaces visible to the user that specifically fascinates them and keeping other smaller interfaces. Interfaces are made by splitting process and making the small interfaces from them.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which principle suggests that specific single responsibility interfaces are better than one general purpose interface? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers