Google News
logo
Java Constructor - Interview Questions
Can we call sub class constructor from super class constructor?
No. There is no way in java to call sub class constructor from a super class constructor.
Advertisement