Notes on Interface
- Interface is a programming language concept .
- Interface provides just the essential functionality.
- In other words it just specifies only the necessary methods.
- Java provides interface keyword to allow interface specification.
interface nameOfInterface