Dependency injection with and without inheritance

Dependency injection is valuable in languages that lack inheritance and becomes more powerful in languages that have inheritance.

Related: http://stackoverflow.com/q/39885560/1108891