Skip to content

Instantly share code, notes, and snippets.

@Chibuikekenneth
Last active November 1, 2020 15:29
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 Chibuikekenneth/fcb72b1a3ae3d4f656c4b0c8bc3f7899 to your computer and use it in GitHub Desktop.
Save Chibuikekenneth/fcb72b1a3ae3d4f656c4b0c8bc3f7899 to your computer and use it in GitHub Desktop.
School havard = new School(new HavardUniversity());
School oxford = new School(new OxfordUniversity());
var havardStudent = havard.AttendClass("Anthony");
var oxfordStudent = oxford.AttendClass("Kenneth");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment