Created
May 16, 2018 06:58
-
-
Save pradprat/4cbcfb9f7c42ee47d0b1bbe0b526da48 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 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