Palanivel SundaraRajan GugaGuruNathangurupalaniveltech.hashnode.devยทJun 7, 2024Dependency Inversion PrincipleThe Dependency Inversion Principle (DIP) states that high level modules(Payment ) should not depend on low level modules(UpiPayment ,CryptoPayment); both should depend on abstractions(PaymentGateway). Abstractions should not depend on details. Bad Pr...dependency inversionAdd a thoughtful commentNo comments yetBe the first to start the conversation.