What is difference between abstract class & final class
Answer Posted / rajabhau
abstract class can not instantiate.
abstract class can not create abstract constructor or static method.abstract class must be inherited. and vice versa final class.
| Is This Answer Correct ? | 25 Yes | 14 No |
Post New Answer View All Answers
What is the use of hashmap in java?
What is the difference between a method and a function in alice?
What is the difference between a static and a non-static inner class in java programming?
What is a boolean output?
Write code to implement bubble sort in java?
What is the difference between menuitem and checkboxmenu item?
How we create object in copy constructor?
Why declare Main() method as a static in java ?
How to reverse a string in java?
Write a method to check if input string is palindrome?
What do you understand by java virtual machine?
Explain the Propertie sof class?
Explain serialization and deserialization in java?
Is java still relevant?
What are encapsulation, inheritance and polymorphism?