Design Principles #4: SOLID principle
Till now we have learned the following principles that need to be followed to make code flexible and maintainable:
Low Coupling (less dependent) and High Cohesion (highly purpose-specific classes)
C
abhinandanmishra1.hashnode.dev12 min read