Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JuanLuisGarciaBorrego/1ed9407f4ae73ed9777b to your computer and use it in GitHub Desktop.
Save JuanLuisGarciaBorrego/1ed9407f4ae73ed9777b to your computer and use it in GitHub Desktop.
InstanceApplication LSP
$welcomeUser = new Application("Juan Luis");
//Bienvenid@ Juan Luis
echo $welcomeUser->getWelcome(new SpanishHello());
//Wellcome Juan Luis
echo $welcomeUser->getWelcome(new EnglishHello());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment