SOLID Principles in Java Tutorial

preview_player
Показать описание
The SOLID principles are a set of five design principles for writing well-structured, maintainable, and scalable object-oriented software. These principles were introduced by Robert C. Martin (also known as Uncle Bob). These principles aim to make software designs more understandable, flexible, and maintainable.

Here are these five principles
1. The Single Responsibility Principle (SRP)
2. Open/Closed Principle (OCP)
3. Liskov Substitution Principle (LSP)
4. Interface Segregation Principle (ISP)
5. Dependency Inversion Principle (DIP)

00:00 Introduction
00:58 "The Single Responsibility Principle (SRP)"
02:34 "Open/Closed Principle (OCP)"
03:58 "Liskov Substitution Principle (LSP)"
06:06 "Interface Segregation Principle (ISP)"
07:55 "Dependency Inversion Principle (DIP)"
Рекомендации по теме
visit shbcf.ru