Click here to Skip to main content
15,860,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
what does " concrete implementations of the dependencies" means?
Posted

1 solution

A concrete implementation of dependency means programming against a concrete class instead of interface. So the dependency classes are more tightly coupled. So should consider use interface to avoid this coupling.

A good read for Dependency injection and inversion of control

An Absolute Beginner's Tutorial on Dependency Inversion Principle, Inversion of Control and Dependency Injection[^]

Hope this helps...
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900