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\
Private methods are not inherited. Only protected, public and default methods are inherited.
Class A will provide the methods that are public in both classA and ClassB