Can an abstract class be final

An abstract class may not be declared as final.

Showing Answers 1 - 1 of 1 Answers

Abstract classes are the classes which can be subclassed but once if a class is declared as final we cant sub class
that so that as abstract class can never be final.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions