+ 4
Constructors can not be final. Why?
Hi coders, please give me a good reason why constructors in Java can't be final? what if I don't want to let other classes modify/override my constructor?
0 Answers
Hi coders, please give me a good reason why constructors in Java can't be final? what if I don't want to let other classes modify/override my constructor?