Can we inherit the constructor?

: 616
Paper : Java FAQ (Frequently Asked Questions and answers) for freshers | Platform : Object-oriented programming Language | Category : Programming FAQs

No, we can inherit the constructor of one class to another class. Constructor is the part of the class whose name is the same as that of the class.