Kizspy | Question: 21
(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. Applications should be designed using multiple abstraction classes to easily extend their functionality
D. All of the others