Can we use abstract and final in class name In java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Can we use abstract and final in class name In java?

4th Dec 2016, 7:13 PM
Rohit Singh Rajput
Rohit Singh Rajput - avatar
2 Answers
+ 4
thanks #igor
4th Dec 2016, 7:23 PM
Rohit Singh Rajput
Rohit Singh Rajput - avatar
+ 3
Given that abstract mandates overriding in the derived classes and final prevents overriding, they are contradictory and can't be specified at the same time.
4th Dec 2016, 7:20 PM
Igor B
Igor B - avatar