SyntaxFix
Write A Post
Hire A Developer
Questions
If you don't specify visibility for a class member, it defaults to "private". You should make your members private or protected if you want to access them in a subclass.