Skip to content

Instantly share code, notes, and snippets.

@alex-ber
Last active October 15, 2019 19:47
Show Gist options
  • Save alex-ber/890a947a99dbfc4c085bfd611c401576 to your computer and use it in GitHub Desktop.
Save alex-ber/890a947a99dbfc4c085bfd611c401576 to your computer and use it in GitHub Desktop.
Horse
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