Skip to content

Instantly share code, notes, and snippets.

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