PreviousNext

SOLID Design Principles Explained - The Single Responsibility Principle

by bill-s, 2018-03-10T14:40:19.172Z

SOLID is one of the most popular sets of design principles in object-oriented software development. It’s a mnemonic acronym for the following five design principles: - Single Responsibility Principle - Open/Closed Principle - Liskov Substitution Principle - Interface Segregation Principle - Dependency Inversion

Read More