A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

What is solid principles?

Best Answers

In computer programming, SOLID (single responsibility, open-closed, Liskov substitution, interface segregation and dependency inversion) is a mnemonic acronym introduced by Michael Feathers for the "first five principles" named by Robert C. Martin in the early 2000s that stands for five basic principles of object- ... read more

S.O.L.I.D is an acronym for the first five object-oriented design(OOD) principles by Robert C. Martin, popularly known as Uncle Bob. These principles, when combined together, make it easy for a programmer to develop software that are easy to maintain and extend. read more

Revising SOLID principles S stands for SRP (Single responsibility principle):- A class should take care of only one responsibility. O stands for OCP (Open closed principle):- Extension should be preferred over modification. read more

In object-oriented computer programming, the term SOLID is a mnemonic acronym for five design principles intended to make software designs more understandable, flexible and maintainable. The principles are a subset of many principles promoted by Robert C. Martin. read more

Encyclopedia Research

Wikipedia:

Related Facts

Related Question Categories

Image Answers

SOLID – Principles for Maintainable OO Code | Wall-Skills.com
Source: wall-skills.com

Further Research