Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Created January 11, 2018 18:54
Show Gist options
  • Save agoiabel/af67fc146324735961958ed8183f9066 to your computer and use it in GitHub Desktop.
Save agoiabel/af67fc146324735961958ed8183f9066 to your computer and use it in GitHub Desktop.
/** base class **/
class someClass {
}
/** inheritting from someClass **/
class someSubclass: someClass {
//will have access to someClass properties
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment