Which SOLID principle states that an abstraction should not depend on details, but the details should depend on the abstractions?
Answers
Answered by
1
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.
Similar questions