Can we declare final method in abstract class ?

Showing Answers 1 - 2 of 2 Answers

varsha

  • Jun 13th, 2005
 

Yes,but same method should not be abstract.

  Was this answer useful?  Yes

Sushil

  • Nov 24th, 2005
 

ya

But,you must provide implementation in same abstract class,as you cannot override that final method in sub class.

  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