Interface (Java): Difference between revisions

Content deleted Content added
No edit summary
Line 18:
// Interface methods are public, abstract and never final.
// Think of them as prototypes only; no implementations are allowed.
}ramireddy
</source>
An interface: