Can an abstract class be final?

Answer Posted / raghav

An abstract class is of no use if it cannot be sub classed
because instances of an abstract class cannot be created.
Moreover a class declaration with abstract and final will
not compile at all and when ever a class is marked final,the
properties cannot be extended

Is This Answer Correct ?    21 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What restrictions are placed on method overloading in java programming?

578


What type of variable is gender?

552


Define an applet in java?

634


What is passed by reference and pass by value ?

586


What is the difference between a switch statement and an if statement?

519






Write a java program to generate fibonacci series ?

576


What is the difference between scrollbar and scrollpane?

615


Mention a package that is used for linked list class in java.

533


What do you mean by thread safe?

549


What is string and its types?

617


What is currentthread()?

576


Does apple use java?

501


Difference between final and effectively final ?

641


Explain about oops concepts.

638


What is the final variable?

585