Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What is solid Design Principle? In Object-Oriented Programming (OOP), SOLID is one of the most popular sets of design principles that help developers write readable, reusable, maintainable, and scalable code. It's a mnemonic acronym for five design principles listed below:<br ><br > 1. Single Responsibility Principle (SRS)<br > 2. Open/Closed Principle (OCP)<br > 3. Liskov Substitution Principle (LSP)<br > 4. Interface Segregation Principle (ISP)<br > 5. Dependency Inversion Principle (DIP)<br >
Related Topics