Single Responsibility Principle
Links
REPO Linkedin Github
Info : Single-responsibility principle - Wikipedia
The Single Responsibility Principle (SRP) is one of the SOLID principles of object-oriented programming. It states that a class should have only one reason to change. In ot...
codexam.hashnode.dev3 min read