Category: Design Patterns
Design Patterns
SOLID Principals
Solid principals are some best practices that can be followed in software development and also called Design Principal. S: Single Responsibility Principal (SRP), SRP means that every object will have a single responsibility and area…