Skip to content

Instantly share code, notes, and snippets.

@orderr66
Created March 23, 2021 16:47
Show Gist options
  • Save orderr66/cf5ec6680d5bd84e142da36cdd85f6f3 to your computer and use it in GitHub Desktop.
Save orderr66/cf5ec6680d5bd84e142da36cdd85f6f3 to your computer and use it in GitHub Desktop.
public class Parrot extends Bird {
public Parrot(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