Recall Important Aspects of Interface Concept
lAn interface is a type, just as a class is.

lWhen a variableÕs type is that of an interface, a variable of any implementing class type may be used.
l
lAny number of distinct classes can implement a given interface.

l