S.O.L.I.D Principles in OO programming
Nov 2 · 9 min read

SOLID is the first five essential principles of object oriented programming for building a well designed, working software. To build a well designed and working software, we as developers and software engineers must have a low coupling, high cohesion, strong encapsulation. SOLID principles help the developers achieve those qualities.

