constructors can't be inherited. true or false?
Answers
Answered by
0
Explanation:
A constructor resembles an instance method, but it differs from a method in that it has no explicit return type, it is not implicitly inherited and it usually has different rules for scope modifiers. Constructors often have the same name as the declaring class.
Similar questions