Programming principles
While I have started my journey to the Programming world
, I come accross many principles which I am list down here for easy understanding.
While I have started my journey to the Programming world
, I come accross many principles which I am list down here for easy understanding.
In object-oriented computer programming, SOLID is a mnemonic acronym for five design principles intended to make software designs more understandable, flexible and maintainable.
S.O.L.I.D. STANDS FOR:
S — Single responsibility principle.
O — Open closed principle.
L — Liskov substitution principle.
I — Interface segregation principle.
D — Dependency Inversion principle.