Lecture Outline
An interfaces is an abstract class that consists of method definitions with no body
Interfaces can be used to require a child class to implement a method in its own way
Lecture Recording
https://youtu.be/8ua6oxkWEvY
Lecture Slides
Interfaces
Code
Square.java
EquilateralTriangle.java
RegularPentagon.java
RegularPolygon.java
ShapesDemo.java
feb 7 workspace
Click here to return to the course schedule