SOLID is the acronym for five basic principles that intend to make software design it is simpler and easier to understand and also reduces maintenance costs.
[Read More]SOLID Open/closed principle
The open/closed principle (OCP) says that every class, module, method, etc. should be open for an extension but must be closed for modification.
[Read More]