Question
You can call only public and protected constructors of the super class from
a subclass if the subclass is not in the same package because only those are inherited.
Select 1 option
Correct Option is : B
Note
The constructors are never inherited.
PreviousNextRelated