System Design ( Day - 40 )
SOLID Principles | Dependency Inversion principle
Dependency Inversion principleHigh Level module should not depend on low level module but rather both should depend on abstraction.It means there is one high level module and low level module, these b...
systemdesignbymanoj.hashnode.dev2 min read