Skip to content

Instantly share code, notes, and snippets.

@Chibuikekenneth
Last active October 29, 2020 14:55
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/de5823ff120619cc137d99e09dee6a6e to your computer and use it in GitHub Desktop.
Save Chibuikekenneth/de5823ff120619cc137d99e09dee6a6e to your computer and use it in GitHub Desktop.
Interface
public interface ISchool
{
public string Learn(string student);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment