Skip to content

Instantly share code, notes, and snippets.

@PhiHuyHoang
Created October 2, 2018 21:31
Show Gist options
  • Save PhiHuyHoang/1e0a8508c5c65113d5fe5c5ceca1ebaa to your computer and use it in GitHub Desktop.
Save PhiHuyHoang/1e0a8508c5c65113d5fe5c5ceca1ebaa to your computer and use it in GitHub Desktop.
class Me
{
public void viewVietnamGirl()
{
Vietnamese v = new Vietnamese();
v.check();
}
public void viewChinaGirl()
{
Chinese c = new Chinese();
c.check();
}
public void viewJapanGirl()
{
Japanese j = new Japanese();
j.check();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment