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
Can we use synchronized block for primitives?
What is the size of integer?
What is rule of accessibility in java?
Can classes declared using the abstract keyword cab be instantiated?
What are different types of constants?
What is number data type?
What is module with example?
Why is string builder not thread safe?
Why is stringbuffer not immutable?
Why are variables important in research?
What is the purpose of java?
Convert a BST into a DLL and DLL to BST in place.
What are data types in programming?
What is a variable simple definition?
What is instanceof keyword?