#2 SOLID Principles | Open-Closed Principle | Practical Example | Design Patterns | Code Refactoring

preview_player
Показать описание
In today's video we are going to see the one of the design principle of SOLID principles.
Solid principles are the design principles which helps in designing the framework.
By following the principles we can create a framework which will be flexible and easy to maintain.
SOLID is basically an acronym for five design principles.
Where S stands for Single Responsibility Principle.
O is for Open closed Principle.
L stands for Liskov substitution Principle
I is for Interface Segregation Principle
D stands for Dependency Inversion Principle

**************Please comment in case of any query*************

Please watch below video as well -

Рекомендации по теме
Комментарии
Автор

I get lost towards the end of the tutorial. Which part of the code determines if it should call the Chrome or internet explorer? How does the application know which browser to call ? Does it call of the browsers ? If yes why ? I am totally lost.

Simomajola