Skip to content

Instantly share code, notes, and snippets.

@dsibinski
Last active February 17, 2019 18:16
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 dsibinski/509cee33619a492fe29555d0039230f9 to your computer and use it in GitHub Desktop.
Save dsibinski/509cee33619a492fe29555d0039230f9 to your computer and use it in GitHub Desktop.
interface IDeveloper
{
void LearnNewLanguage(string language, DateTime dueDate);
void LearnNewLanguage(string language); // new method added
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment