Last active
September 29, 2018 09:47
-
-
Save drodil/5eef6e0fd593d546df25e7cf982996ab to your computer and use it in GitHub Desktop.
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
Class inheritance | BaseClass visibility | Inheriting class visibility | |
---|---|---|---|
public | public | public | |
protected | protected | ||
private | none | ||
protected | public | protected | |
protected | protected | ||
private | none | ||
private | public | private | |
protected | private | ||
private | none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment