Loading video...
QuickNotes™ 
Interface
An interface is like creating a template, it specifies the plan for the class but no implementation details are provided.
A Java interface is a collection of abstract methods with no implementation details, but includes any constants.
A class implements all the details that were left out in the interface definition.
Discussion 
Please login to ask a question and view discussion.













