Abstraction

Learn how interfaces help in achieving abstraction.

We'll cover the following...

Interfaces and abstraction

Interfaces help make parts of programs independent from each other. This is called abstraction. For example, a program that deals with musical instruments can be written primarily by using the MusicalInstrument interface, without ever ...