I need to use inheritance but I also need accessors & mutators
Do protected variables act like private variables but with inheritance?

If I use private and inheritance my subclasses can't find these variables.. though if they are public or private it works..