Is it possible to declare abstract class as final?What happens if we do so?
Answer Posted / shruti k
Abstract call cannot be declared as final, if done so class can't be instantiated
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we cannot override static method?
Explain the concept of proper inheritance?
What is java basic concept?
Can we sort a map in java?
What is static keyword in java?
What are different type of exceptions in java?
Can we restart a dead thread in java?
Is boolean a data type in java?
In the below example, how many string objects are created?
How destructors are defined in java?
What is multiple inheritance? Is it supported by java?
How do I write a self declaration?
What is data movement?
What does it mean to flush a file?
What does int argc char * argv [] mean?