Skip to content

Instantly share code, notes, and snippets.

@orderr66
Last active March 23, 2021 16:49
Show Gist options
  • Save orderr66/fcd4a3e514eafa78023d229e900bd98e to your computer and use it in GitHub Desktop.
Save orderr66/fcd4a3e514eafa78023d229e900bd98e to your computer and use it in GitHub Desktop.
public class Owl extends Bird {
public Owl(String name, int age) {
super(name, age);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment