Last active
October 15, 2019 19:47
-
-
Save alex-ber/890a947a99dbfc4c085bfd611c401576 to your computer and use it in GitHub Desktop.
Horse
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 Horse extends Animal{ | |
@Override | |
public void sound(){ | |
System.out.println("Neigh"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment