|
When a class has protected constructors, the classes within its package and all the subclasses of the class can access it to create the objects of that class. The subclasses may be in other package, but still can create the objects of a class with protected-access constructor.