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.
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.