It is never possible . Constructor Overriding is never possible in Java. This is because, Constructor looks like a method but name should be as class name and no return value.
Can constructor be overloaded and overridden in Java?
It is never possible . Constructor Overriding is never possible in Java. This is because, Constructor looks like a method but name should be as class name and no return value.