What is difference between abstract class & final class

Answer Posted / amit saxena

Abstract class is the one which is suppose to be extended
but
when we declare a class as final, we cannot extend it.

Is This Answer Correct ?    30 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an object’s lock and which object’s have locks?

703


What is data object example?

724


Which one of the following suits the description of a string better: derived or primitive?

740


What is primitive data type in java?

742


What is the purpose of the system class in java?

777


What are the topics in core java?

811


What does replaceall do in java?

700


Why we use multi threading instead of multiprocessing?

785


How does varargs work in java?

853


Can private method static?

663


What is continuity of a function?

784


What is jit and its use?

783


What is the access scope of protected access specifier?

758


What is string [] args?

797


How to find the largest value from the given array.

771