In order for derived classed to have access to encapsulated data members and methods of superclasses, the data members and methods should be declared using the ____________________ modifier.

Respuesta :

Answer:

protected

Explanation:

A class can be declared with modifier public.when the class is visible to all classes everywhere and there is no modifier,it can be visible at its own package.