Index
Overview
Examples
Interface Code Snippets
Interfaces and When Classes
References
Overview
The Java interface is an extremely powerful tool -- great for generalization.
Examples
These examples demo purpose and "how-to":
Interface Magic Trick
Class Zoo Example
Class College Example
Interface Code Snippets
Go to this page for snippets...
Interfaces and When Classes
Go to this page for comparative information...
References
javatpoint
geeksforgeeks
tutorialspoint
jenkov
Specifying an ADT Using a Java Interface (See Page 8)
(Hardcopy) Java Early Objects (Deitel) -- Chapter "Object-Oriented Programming: Polymorphism and Interfaces"
(Hardcopy) Data Structures (Carrano) -- Interfaces are in prelude
(Hardcopy) Data Structures (Carrano) -- ADT are introduced in chapter on Bags in 5th Edition (see index)
OO With Java
Interfaces
Search Site
Home
Back To Top