2
Answer (Choose 1 answer)
Which of the following statements related to Interface Segregation Principle is True?
A. The applications should be designed using multiple interfaces to improve their correctness
B. All of the others
C. Applications should be designed using multiple abstraction classes to easily extend their functionality
D. Many client-specific interfaces are better than one general-purpose interface