Skip to content

sarika002/Solid-Principles-

Repository files navigation

Solid-Principles-

Solid Principles in Python

Introduction

SOLID is an acronym which stands for as follows:

  1. Single Responsibility Principle
  2. Open and Closed Principle
  3. Liskov`s Substitution Principle
  4. Interface Segragation Principle
  5. Dependency Inversion Principle

Why SOLID Principles are important ?

SOLID principles are the set of OOP design principles intended to make the code more maintainable, reusable, scalable and stable.It is important to use these software design principles to reduce tight coupling in the code.

Note

This repository is made to give you a basic understanding of SOLID principle in Python with simple examples.

About

Solid Principles in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages