what is the use of abstract class?
Answer Posted / rakesh
Java Abstract classes are used to declare common
characteristics of subclasses. An abstract class cannot be
instantiated. It can only be used as a superclass for other
classes that extend the abstract class. Abstract classes
are declared with the abstract keyword. Abstract classes
are used to provide a template or design for concrete
subclasses down the inheritance tree
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What's a method in programming?
How is java hashmap implemented?
Is linkedlist thread safe in java?
How can I become a good programmer?
How many techniques can be employed to create a string object?
Difference between this() and super() in java ?
What is the vector class in java programming?
What is identifier with example?
What do you mean by checked exceptions?
Explain the overview of UDP messaging.
Explain method local inner classes ?
Can you call a method on a null object?
What is string value?
What is module with example?
explain the difference between jdk and jvm?