Recall Important Aspects of
Interface Concept
l
An interface is a
type
, just as a class is.
l
When a variableÕs type is that of an
interface
, a variable of
any
implementing
class type may be used.
l
l
Any number of distinct classes can
implement a given interface.
l