Implementing Interfaces

Learn how to implement an interface in different classes to enforce shared behavior.

We will examine interfaces in action by writing code. We have the ElectricCar class that simulates an electric car.