SOLID Principles - Dependency Inversion Principle

The last of the SOLID Principles to cover is the letter D which is the Dependency Inversion Principle (DIP).

What is the Dependency Inversion Principle (DIP)?
The Dependency Inversion Principle (DIP) states that “Depend on abstraction, not on concretions".