Skip to content

Instantly share code, notes, and snippets.

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