Interfaces, Polymorphism and Packages

April 15th, 2016

Slides

Lecture Recording

Interface Example

The following program demonstrates a practical use of interfaces in the context of a simple paint program that features a simple Graphical User Interface (GUI).

Key Points