Completed
Open/Closed Principle OCP
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Implementing SOLID Principles for Effective Code Architecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction and Speaker Background
- 2 Introduction to SOLID Principles
- 3 Single Responsibility Principle SRP
- 4 Open/Closed Principle OCP
- 5 Liskov Substitution Principle LSP
- 6 Understanding Interface Segregation Principle
- 7 Breaking Down Interfaces: A Practical Example
- 8 Java's Evolution in Interface Segregation
- 9 Introduction to Dependency Inversion Principle
- 10 Real-World Example: IDE Plugins
- 11 Database Dependency Management
- 12 Case Study: Amazon's Evolution
- 13 Modern Software Development Practices
- 14 Common Pitfalls and Misconceptions
- 15 Conclusion and Key Takeaways