Skip to content

Instantly share code, notes, and snippets.

@pradprat
Created May 16, 2018 06:56
Show Gist options
  • Save pradprat/b325781564d7da45a30741800ec4625f to your computer and use it in GitHub Desktop.
Save pradprat/b325781564d7da45a30741800ec4625f to your computer and use it in GitHub Desktop.
public class Iphone implements MobileShop {
@Override
public void modelNo() {
System.out.println(" Iphone 6 ");
}
@Override
public void price() {
System.out.println(" Rs 65000.00 ");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment