Hello there,

An interface is simply a blueprint for how you would like the implementing class to look. In the interface you're not allowed to declare any implementing logic what so ever.

All...