Implementing Interfaces
Learn how to implement an interface in different classes to enforce shared behavior.
We'll cover the following...
We'll cover the following...
We will examine interfaces in action by writing code. We have the ElectricCar class that simulates an electric car.