Design Principle: SOLID Principles

Summary

Principle NameSOLID Principles
AcronymSOLID
Principle TypeSOLID
Purpose
Implementing
Design Patterns
Factory Pattern
Related Principles Single Responsibility Principle(SRP)
Open/Closed Principle(OCP)
Liskov Substitution Principle(LSP)
Interface Segregation Principle(ISP)
Dependency Inversion Principle(DIP)

Definition

SOLID Principles refer to a collection of five(5) individual principles. The term “SOLID” is derived from the first letter of each of those 5 principles.

Here are the file(5) principles-

Single Responsibility Principle(SRP)
Open/Closed Principle(OCP)
Liskov Substitution Principle(LSP)
Interface Segregation Principle(ISP)
Dependency Inversion Principle(DIP)

This principle is-

Leave a Comment


The reCAPTCHA verification period has expired. Please reload the page.