Skip to content

Instantly share code, notes, and snippets.

@ztirom
Created July 24, 2017 17:46
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 ztirom/e4d648e7df9fa0bc122c557afb86d8dd to your computer and use it in GitHub Desktop.
Save ztirom/e4d648e7df9fa0bc122c557afb86d8dd to your computer and use it in GitHub Desktop.
BaseClassDemo #3
class RunMyClasses
{
static void main (Args _args)
{
BaseClass baseClass = new BaseClass();
baseClass.BaseClassMethod();
baseClass.ExtensionMethod();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment