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 extend immutable class?
What are byte codes?
can any body body expalin best definitions & best real time exaples for opps concepts.
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Why do we override tostring method in java?
What is the purpose of extern variable?
Can you explain the usages of class.forname()?
What is string length in java?
What are 5 boolean operators?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Define jre i.e. Java runtime environment?
How hashset works internally in java?
Why we go for collections in java?
What is empty list in java?
How do you declare an empty string?