Understanding SOLID Principles
In software development, especially in object oriented programming, the SOLID principles help create systems that are easy to maintain, extend, and test.
S — Single Responsibility Principle (SRP)
→ This principle states that a class or module should ...
vinay-patel22.hashnode.dev3 min read