+ 3
Can constructor be final?
8 Respostas
+ 7
No. Unlike methods, constructors can take only access modifiers. Constructors cannot be abstract, final, native, static, or synchronized.
+ 1
A Java constructor is implicitly final and implicitly static.
0
no
0
no
0
yes
0
no, un constructeur ne peut pas avoir le modificateur "final"
0
no constructor can be overrided in subclasses, or flying
0
No,because it cannot be inherited same as "class"