Which SOLID principle states that an abstraction should not depend on details, but the details should depend on the abstractions?
Answers
Answered by
8
Answer:
The Dependency Inversion Principle (DIP) states that high level modules should not depend on low level modules; both should depend on abstractions. Abstractions should not depend on details. Details should depend upon abstractions.
Explanation:
i
Answered by
7
Answer:
The Dependency Inversion Principle (DIP) states that high level modules should not depend on low level modules; both should depend on abstractions. Abstractions should not depend on details. Details should depend upon abstractions.
Explanation:
Hope it helps you mate
Similar questions