Skip to content

Instantly share code, notes, and snippets.

@mhtmalpani
Created November 29, 2017 20:16
Show Gist options
  • Save mhtmalpani/1d2229283aa6f7b80bb593a98d11dcf7 to your computer and use it in GitHub Desktop.
Save mhtmalpani/1d2229283aa6f7b80bb593a98d11dcf7 to your computer and use it in GitHub Desktop.
public class Cat implements Animal {
@Override
public String makeNoise() {
return "Meow";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment