Last active
October 29, 2020 14:55
-
-
Save Chibuikekenneth/de5823ff120619cc137d99e09dee6a6e to your computer and use it in GitHub Desktop.
Interface
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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