In its simplest terms, Dependency Injection is providing dependencies to an object rather than making the object try to create/retrieve them. For instance, imagine that we're building a plugin that ...