Skip to content

Instantly share code, notes, and snippets.

@Chibuikekenneth
Last active November 1, 2020 15:27
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/19e982aad498d7a53b1f5fb54a7fb753 to your computer and use it in GitHub Desktop.
Save Chibuikekenneth/19e982aad498d7a53b1f5fb54a7fb753 to your computer and use it in GitHub Desktop.
public class School
{
public string AttendClass(string student, ISchool school)
{
return school.Learn(student);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment