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