Programming

SOLID: 5 basic principles of Object Oriented Design

Solid is an acronym invented by Uncle Bob to establish the five basic principles of object – oriented design and programming. This acronym has enough relationship with design patterns, especially with high cohesion and low coupling. SOLID (single responsibility, open-closed, Liskov substitution, interface segregation and dependency inversion The goal of having a good programming design is to cover the maintenance phase. Which …

SOLID: 5 basic principles of Object Oriented Design Read More »

solid-design
Scroll to Top