Protected can be accessed only by subclasses in other packages. Classes in the same package
can also access
protected fields,
methods and constructors as well, even if they are not a subclass of the
protected member's class.
Override : An instance
method in a subclass with the same signature.
read more >>