Slide 7
Slide 7 text
Interface
An interface is an abstract type that contains no data or code,
but defines behaviors as method signatures. This gives you the
ability to define the public api for a class, without providing the
implementation details.
CC BY-NC 4.0 Justin Yost 7