Interface methods are by default
Abstract and public
Interface attributes are by default
Public, static and final
An interface cannot contain
A constructor (as it cannot be used to create objects)
Like abstract classes, interfaces cannot be used to
Create objects
Interface methods do not have a
Body