Relative Content

Tag Archive for javaoopcompositionsolid-principlesdependency-inversion

Does composition violate the D in SOLID?

I am learning SOLID principle. While learning “Dependency Inversion Principle” found out that class should depend on interfaces rather than concrete classes.