i. Friday, 11-12:30
i. 1-3
i. Definition – a contract between
interface and implementing classes
ii. Defining
1.
Syntax
2.
Interface
type
3.
Abstract
methods
4.
static
final constants
iii. Using
1.
class
implements interface
2.
Include
all methods
a.
Code
or stub
i. compareTo method
ii. Using Javadoc to learn about
Interfaces