Can we declare abstract method in final class ?

Showing Answers 1 - 1 of 1 Answers

Sushil

  • Nov 24th, 2005
 

No,

when you declare a abstract method in a class then you have to declare that class as abstract,so that the sub class of that class can implement it.But when you declare a class as final that means you cann't extend it further,so if you now declare a abstract method inside that class ,then how will you provide it's implementation?

  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