Google News
logo
Java - Interview Questions
Can you declare a class as abstract and final also?
No. abstract class needs sub classes. final keyword represents sub classes which cannot be created. So, both are quite contradictory and cannot be used for same class.
Advertisement