Skip to content

Instantly share code, notes, and snippets.

@carmeleve
Last active October 12, 2020 09:25
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 carmeleve/3b4b87d2c6f3e294884daf1dcef94389 to your computer and use it in GitHub Desktop.
Save carmeleve/3b4b87d2c6f3e294884daf1dcef94389 to your computer and use it in GitHub Desktop.
public static void AdapterExample()
{
var triceratops = new Triceratops();
var child = ChildCreator.CreateChild(new TriceratopsToMammalAdapter(triceratops));
child.Cry();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment