· Last updated on

SOLID Principle

principlesoftware

What is OOD?

OOD stands for Object-Oriented Design. OOD is a method focus on simulation the object in a software system. In simple terms, OOD is a way to organize code for better logic or performance by the ways:

OOD Pros

OOD Cons

What is SOLID?

SOLID stands for five principles of object-oriented design published by Robert C. Martin. The purpose of these principles is to make the code easy to understand, maintainable, and extendable.

Five principles are: