The SOLID principles of object-oriented programming consist of five principles. The individual principles came from different people, but Robert C. Martin put them together in a 2000 publication titled “Design Principles and Design Patterns.” These principles have stood the test of time and proven invaluable in building clean, robust, flexible, scalable, and maintainable software.
In the previous lesson, you learned about the Single Responsibility and Open-Closed principles. In this lesson, you’ll learn about:
The Liskov Substitution Principle.
The Interface Segregation Principle.
The Dependency Inversion Principle.
You’ll start with the Liskov substitution principle in the next segment.
See forum comments
This content was released on May 22 2024. The official support period is 6-months
from this date.
Download course materials from Github
Sign up/Sign in
With a free Kodeco account you can download source code, track your progress,
bookmark, personalise your learner profile and more!
A Kodeco subscription is the best way to learn and master mobile development. Learn iOS, Swift, Android, Kotlin, Flutter and Dart development and unlock our massive catalog of 50+ books and 4,000+ videos.