dependency injection

In a simple way when an object gets another object in witch it's dependent on, this is called Dependency Injection; The object passed it is referred to as dependecy, the injection can be made when calling a constructor on a class.

software engineering objects dependencies