Constructors can not be final. Why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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?

20th Jul 2017, 12:06 PM
Millo
Millo - avatar
0 Answers