Single Responsibility Principle (SRP)
In the introductory blog on SOLID Principles, I had mentioned that the definition of SRP is as follows:
A class should have only one reason to change, meaning it should have only one responsibility or job.
Now to begin with, let us introduce a "Ledge...
designpatterns.hashnode.dev6 min read