Single Responsibility Principle (SRP)
A SOLID design principle stating that a class should have only one reason to change, meaning it should encapsulate exactly one …
A SOLID design principle stating that a class should have only one reason to change, meaning it should encapsulate exactly one …