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
What is an object’s lock and which object’s have locks?
What is data object example?
Which one of the following suits the description of a string better: derived or primitive?
What is primitive data type in java?
What is the purpose of the system class in java?
What are the topics in core java?
What does replaceall do in java?
Why we use multi threading instead of multiprocessing?
How does varargs work in java?
Can private method static?
What is continuity of a function?
What is jit and its use?
What is the access scope of protected access specifier?
What is string [] args?
How to find the largest value from the given array.