This is the first part of the SOLID Principles series.This tutorial will help you to understand the acronym of SOLID principles, benefits of SOLID Principles. It will also help you to understand the Single Responsibility Principle with the code demo.
In this tutorial we will go with the below steps -
1. We'll understand what is SOLID?
2. Why to use SOLID Principles?
3. Advantages of SOLID Principles
4. Single Responsibility Principle
5. Example of Single Responsibility Principle
6. Advantages of Single Responsibility Principle
Five SOLID Principles with the acronym are -
1. S -- Single responsibility principle
2. O -- Open/closed principle
3. L -- Liskov substitution principle
4. I -- Interface segregation principle
5. D -- Dependency inversion principle
SOLID Principles Design Pattern -
1. S -- Single responsibility principle ( Design Patterns: Single responsibility principle )
2. O -- Open/closed principle ( Design Patterns: Open/closed principle )
3. L -- Liskov substitution principle ( Design Patterns: Liskov Substitution Principle )
4. I -- Interface segregation principle (Design Patterns: Interface segregation principle )
5. D -- Dependency inversion principle (Design Patterns: Dependency inversion principle )
SOLID Principle Playlist -
1. Understanding of the SOLID Principles and the Single Responsibility Principle - [ Ссылка ]
2. Understanding of the Open Closed Principle - [ Ссылка ]
3. Understanding of the Liskov Substitution Principle - [ Ссылка ]
4. Understanding of the Interface segregation principle - [ Ссылка ]
5. Understanding of the Dependency inversion principle - [ Ссылка ]
Code blocks are referred from below tutorial -
[ Ссылка ]
References -
1. [ Ссылка ]
2. [ Ссылка ]
3. [ Ссылка ]
Ещё видео!