Skip to content

Instantly share code, notes, and snippets.

@lfmundim
Created April 27, 2020 23:11
Show Gist options
  • Save lfmundim/f21b5ed26ca0da10360bf97579d2b8ff to your computer and use it in GitHub Desktop.
Save lfmundim/f21b5ed26ca0da10360bf97579d2b8ff to your computer and use it in GitHub Desktop.
public abstract class Bird
{
    public abstract double GetSpeed();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment