What is difference between abstract class & final class
Answer Posted / shivshankar gupta
1.final class is variable but abstract class not a variable
2.abstract method declare public and default but final class declare public...
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What do bitwise operators do?
What are the differences between the constructors and methods?
What is the method to declare member of a class static?
Does java support multiple inheritances?
What is string array?
What is variable in java?
What is ellipsis in java?
Can constructor be synchronized?
Can we override protected method in java?
What is a short in java?
What is the final variable?
Do I need java on my computer?
What is the symbol for space?
If you do not want your class to be inherited by any other class. What would you do?
How does list work in java?