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.
I am learning SOLID principle. While learning “Dependency Inversion Principle” found out that class should depend on interfaces rather than concrete classes.