Skip to content

Instantly share code, notes, and snippets.

@PhiHuyHoang
Created October 2, 2018 21:38
Show Gist options
  • Save PhiHuyHoang/466891e1a446fad5506b519dd398c2f6 to your computer and use it in GitHub Desktop.
Save PhiHuyHoang/466891e1a446fad5506b519dd398c2f6 to your computer and use it in GitHub Desktop.
class Me
{
public void viewGirl()
{
GirlFactory girlFactory = new GirlFactory();
girlFactory.checkGirl("Vietnam");
girlFactory.checkGirl("Japan");
girlFactory.checkGirl("China");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment