Computer Science, asked by pnaresh9999, 1 month ago

Which SOLID principle states that an abstraction should not depend on details, but the details should depend on the abstractions?

Answers

Answered by sangeethaa40
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 nayanabaraiyaa
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