All Questions
1 question
4
votes
2
answers
344
views
Does my class violate the Single Responsibility Principle in SOLID?
I want to ask:
Whether the Role class violates Single Responsibility Principle in SOLID ? I think deleteAccount() is not belong to Role class but Role class is way to extend code in the future
There ...