Skip to content

Instantly share code, notes, and snippets.

@azeezat
Last active February 28, 2020 20:44
Show Gist options
  • Save azeezat/219cc972990044f46e594979f78f69e6 to your computer and use it in GitHub Desktop.
Save azeezat/219cc972990044f46e594979f78f69e6 to your computer and use it in GitHub Desktop.
Interface Implementation in Java
import java.io.*;
interface LampInterface{
void turnOn();
void turnOff();
displayLightStatus()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment