Created
January 11, 2018 18:54
-
-
Save agoiabel/af67fc146324735961958ed8183f9066 to your computer and use it in GitHub Desktop.
This file contains 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
/** 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