Answer (Choose 1 answer)
Which of the following statements related to the Single Responsibility Principle is True?
A. A class should be implemented from multiple interfaces
B. A class should have only a single responsibility
C. A class should be inherited from many other classes
D. None of the others