Sorry I am a newbie to Java. I am trying to get my head around inheritance and subclass/superclass relationships in Java.
If classA is a subclass of classB, will classA\
Firstly, the word "inherited" isn't quite the right term. You mean "visible".
public
and protected
are always visibleprivate
is not visible