source is: http://www.jdiscuss.com You can only call public and protected constructors of the super class in a subclass if the subclass is not in the same package because only those are inherited.
my answer is true but the answer given is false why?
You can only call public and protected constructors of the super class in a subclass if the subclass is not in the same package because only those are accessible.
Also remember that if you don't provide explicit constructor for a class, the default constructor provided by the compiler has the same accessibility as the class.....