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
Why do we need variables?
Can an object be null?
What is <> used for in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What is hashing in java?
What is the default value of an object reference declared as an instance variable?
What is anti pattern in cyber security?
What is map in java?
What are the four pillars of java?
Why there are some null interface in java? What does it mean?
Why webdriver is an interface?
How does thread synchronization occurs inside a monitor?
What are the two types of exceptions in java? Which are the differences between them?
What is wrapper class example?
Explain java coding standards for constants?