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