Created
May 16, 2018 06:59
-
-
Save pradprat/76d21389a3f9b5960abc19ec78c7ec55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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