DEV Community

Discussion on: Top 20+ Java Interview Questions

Collapse
 
ld00d profile image
Brian Lampe

A class that implements the interface must provide an implementation for all methods declared in the interface

There's a new-ish (java 8) thing called a "default method" that has a default implementation that doesn't require implementation from the class.