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 are the steps involved to write rmi based programs?
Can a class have multiple superclasses?
What is method and methodology?
When should I use singleton pattern?
How do you use compareto method?
What is a local class in java?
How many bytes is a url?
Is java a compiler?
Is singleton class thread safe?
How many bytes is a unicode character?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
How can we create an immutable class in java?
What is the functionability stubs and skeletons?
What causes memory leaks in java?
What is method overriding in java ?