(Choose 1 answer)
Which of the following statements related to the Dependency Inversion Principle is True?
A. 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.
B. Low-level modules should depend on high-level modules; both should depend on abstractions by interfaces
C. High-level modules should depend on low-level modules; both should depend on abstract classes.Abstractions should depend on details. Details should not depend upon abstractions
D. All of the others
Exit 22