Skip to content

Instantly share code, notes, and snippets.

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